mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-04-02 09:15:29 +02:00
4 lines
No EOL
96 B
CoffeeScript
4 lines
No EOL
96 B
CoffeeScript
angular.module('ponyfm').controller "account-settings", [
|
|
'$scope', 'auth'
|
|
($scope, auth) ->
|
|
] |