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