Pony.fm/public/scripts/app/controllers/account-settings.coffee

5 lines
97 B
CoffeeScript
Raw Normal View History

2013-07-25 23:33:04 +02:00
angular.module('ponyfm').controller "account-settings", [
'$scope', 'auth'
($scope, auth) ->
2013-07-26 12:29:58 +02:00
2013-07-25 23:33:04 +02:00
]