mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 21:47:59 +01: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) ->
|
|
|
|
] |