Activate Ember2 for suppliers

This commit is contained in:
2015-08-27 19:52:47 +02:00
parent e71580f349
commit eca4a23c64
79 changed files with 467 additions and 414 deletions
@@ -16,7 +16,7 @@ App.MenuController = Ember.Controller.extend
editProductCategory: (product_category)->
@modal 'product_category_edit',
model: product_category
close: -> product_category.rollback()
close: -> product_category.rollbackAttributes()
destroy_text_path: 'product_category.modal.destroy_confirm_text'
moveProductCategory: (product_category)->