This commit is contained in:
nelsonlaquet 2013-07-26 04:27:07 -05:00
parent a7fdff3b1e
commit dff20dbf3b

View file

@ -1,4 +1,5 @@
angular.module('ponyfm').controller "account-settings", [
'$scope', 'auth'
($scope, auth) ->
]