We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49a2d2b + b1568ef commit aebc903Copy full SHA for aebc903
README.md
@@ -35,13 +35,14 @@ Table of Content:
35
36
<div ng-app="fileUpload" ng-controller="MyCtrl">
37
watching model:
38
- <div class="button" ng-file-select ng-model="files">Upload ussing model $watch</div>
+ <div class="button" ng-file-select ng-model="files">Upload using model $watch</div>
39
<div class="button" ng-file-select ng-file-change="upload($files)">Upload on file change</div>
40
Drop File:
41
<div ng-file-drop ng-model="files" class="drop-box"
42
drag-over-class="dragover" ng-multiple="true" allow-dir="true"
43
accept=".jpg,.png,.pdf">Drop Images or PDFs files here</div>
44
<div ng-no-file-drop>File Drag/Drop is not supported for this browser</div>
45
+</div>
46
```
47
JS:
48
```js
0 commit comments