mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 21:47:59 +01:00
5 lines
147 B
CoffeeScript
5 lines
147 B
CoffeeScript
|
angular.module('ponyfm').controller "uploader", [
|
||
|
'$scope', 'auth', 'upload', '$state'
|
||
|
($scope, auth, upload, $state) ->
|
||
|
$scope.data = upload
|
||
|
]
|