UNPKG
angular-file-drop
Version:
latest (1.2.4)
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
github.com/nordikafiles/angular-file-drop
nordikafiles/angular-file-drop
angular-file-drop
/
test
/
test.js
6 lines
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
angular.
module
(
'test'
, [
'ngFileDrop'
]) .controller(
'MainCtrl'
, [
'$scope'
,
'$rootScope'
,
function
($scope, $rootScope)
{ $scope.onfile =
function
()
{ console.
log
($scope.file); }; }]);