Ember2 refactor progress

This commit is contained in:
2015-08-04 18:25:13 +02:00
parent 11578b9aef
commit d4a1052761
36 changed files with 71 additions and 75 deletions
@@ -1,4 +1,4 @@
App.MenuController = Ember.ObjectController.extend
App.MenuController = Ember.Controller.extend
needs: ['application']
product_code_filter: ''
product_categories: (-> @store.all('product_category')).property()