User app refactor

This commit is contained in:
2014-08-28 14:53:24 +02:00
parent 0dcbc4151c
commit 40d06156fa
13 changed files with 26 additions and 20 deletions
@@ -0,0 +1,5 @@
App.ListIndexView = Ember.View.extend
templateName: 'lists/list_entry'
classNames: ['lists-overview-entry']
classNameBindings: ['content.active:active']
click: -> @get('controller').transitionToRoute 'list', @get('content')