mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 21:47:59 +01:00
18e41d2af4
Volume Slider Track Uploader Fav list A bunch of other things And stuff.
8 lines
No EOL
196 B
CoffeeScript
8 lines
No EOL
196 B
CoffeeScript
angular.module('ponyfm').controller "uploader", [
|
|
'$scope', 'auth', 'upload', '$state'
|
|
($scope, auth, upload, $state) ->
|
|
|
|
$scope.data = upload
|
|
|
|
$scope.$on 'upload-finished', (e, upload) ->
|
|
] |