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