End of day commit
This commit is contained in:
@@ -3,7 +3,7 @@ App.MenuController = Ember.ObjectController.extend
|
||||
product_code_filter: ''
|
||||
product_categories: (-> @store.all('product_category')).property()
|
||||
filter: null
|
||||
sorted_product_categories: (->
|
||||
sorted_product_categories: (->
|
||||
list = @get('product_categories')
|
||||
if filter_day = @get('filter.day')
|
||||
list = list.filterBy "active_on_#{filter_day}"
|
||||
|
||||
Reference in New Issue
Block a user