6 lines
156 B
CoffeeScript
6 lines
156 B
CoffeeScript
Controller = Ember.Controller.extend
|
|
needs: ['currentUser', 'repos']
|
|
userBinding: 'controllers.currentUser'
|
|
|
|
Travis.AccountsInfoController = Controller
|