mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 13:37:59 +01:00
5 lines
135 B
CoffeeScript
5 lines
135 B
CoffeeScript
angular.module('ponyfm').controller "credits", [
|
|
'$scope', 'dialog',
|
|
($scope, dialog) ->
|
|
$scope.close = () -> dialog.close(null)
|
|
]
|