Pony.fm/public/scripts/app/controllers/uploader.coffee
nelsonlaquet 18e41d2af4 Logout
Volume Slider
Track Uploader
Fav list
A bunch of other things
And stuff.
2013-08-30 20:46:35 -05:00

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) ->
]