Order product user spec green
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
App.ListOrderView = Ember.View.extend
|
||||
classNames: 'list-order-container'
|
||||
classNameBindings: ['content.state', 'contentWrapClass']
|
||||
templateName: 'list_order_row'
|
||||
contentWrapClass: (-> "order-row-#{@get('content.id')}").property('content.id')
|
||||
#click: ->
|
||||
#if @route_param
|
||||
#@get('controller').transitionToRoute(@route, @route_param)
|
||||
#else
|
||||
#@get('controller').transitionToRoute(@route)
|
||||
#active: (->
|
||||
#if @get('controller.currentPath') == @route then 'active' else ''
|
||||
#).property('controller.currentPath')
|
||||
#init: ->
|
||||
#@templateName = "menu_item_#{@route}"
|
||||
#@_super()
|
||||
|
||||
Reference in New Issue
Block a user