User app updates

This commit is contained in:
2014-03-27 21:51:16 +01:00
parent 6af7dc74af
commit e179f6e582
37 changed files with 362 additions and 53 deletions
@@ -3,8 +3,6 @@
App.Router.reopen
#location: 'history'
rootURL: '/user'
activate: (a,b,c)->
debugger
App.Router.map ->
@route 'select_qrcode'
@@ -12,3 +10,5 @@ App.Router.map ->
@route 'active_list'
@route 'list_products'
@route 'list_products_for_table'
@resource 'lists', ->
@resource 'list', path: ':list_id'