Pony.fm/public/scripts/app/controllers/account-settings.coffee
nelsonlaquet dff20dbf3b asdf
2013-07-26 04:27:07 -05:00

5 lines
No EOL
99 B
CoffeeScript

angular.module('ponyfm').controller "account-settings", [
'$scope', 'auth'
($scope, auth) ->
]