Pony.fm/public/scripts/app/controllers/uploader.coffee

8 lines
196 B
CoffeeScript
Raw Normal View History

angular.module('ponyfm').controller "uploader", [
'$scope', 'auth', 'upload', '$state'
($scope, auth, upload, $state) ->
$scope.data = upload
$scope.$on 'upload-finished', (e, upload) ->
]