UNPKG

186 BJavaScriptView Raw
1angular.module('test', ['ngFileDrop'])
2.controller('MainCtrl', ['$scope', '$rootScope', function ($scope, $rootScope) {
3 $scope.onfile = function() {
4 console.log($scope.file);
5 };
6}]);
\No newline at end of file