User ember progress

This commit is contained in:
2014-03-31 15:51:01 +02:00
parent 013a41b9f6
commit bbf1a11a2e
34 changed files with 261 additions and 71 deletions
@@ -7,7 +7,7 @@ App.ApplicationRoute = Ember.Route.extend
user_id = Qstorage.getItem('user_id')
faye.subscribe "/user/"+user_id, (e)=>
console.log e
@events[e.event].call(@) if @events[e.event]
@events[e.event].call(@, e.data) if @events[e.event]
@setCurrentList()
unauthorized: ->