UNPKG

angular-file-drop

Version:
6 lines 186 B
angular.module('test', ['ngFileDrop']) .controller('MainCtrl', ['$scope', '$rootScope', function ($scope, $rootScope) { $scope.onfile = function() { console.log($scope.file); }; }]);