UNPKG

472 BHTMLView Raw
1<!doctype html>
2<html lang="en" ng-app="test">
3<head>
4 <meta charset="UTF-8">
5 <title>ngFileDrop</title>
6</head>
7<body ng-controller="MainCtrl">
8 <div drop-zone file="file" files="files" drop="onfile" style="width: 1000px; height: 1000px"></div>
9 <script src="../bower_components/jquery/dist/jquery.min.js"></script>
10 <script src="../bower_components/angular/angular.min.js"></script>
11 <script src="../index.js"></script>
12 <script src="./test.js"></script>
13</body>
14</html>
\No newline at end of file