major usability improvements

This commit is contained in:
2015-08-18 16:00:10 +02:00
parent 9cadc3e94f
commit 8a5c2e5b74
47 changed files with 423 additions and 178 deletions
@@ -1,7 +1,7 @@
App.MenuController = Ember.Controller.extend
needs: ['application']
product_code_filter: ''
product_categories: (-> @store.all('product_category')).property()
product_categories: (-> @store.peekAll('product_category')).property()
filter: null
sorted_product_categories: (->
list = @get('product_categories')