File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ Lightweight Angular JS directive to upload files. Features:
19
19
20
20
HTML:
21
21
``` html
22
- <!-- shim to support upload progress/abort and non-HTML5 FormData browsers.-->
23
- <!-- use html5-shim.min. js instead for progress/abort for html5 browsers only -->
24
- <!-- Note: MUST BE PLACED BEFORE angular.js-->
22
+ <!-- shim is needed to support upload progress/abort for HTML5 and non-HTML5 FormData browsers.-->
23
+ <!-- use html5-shim.js instead if you just support HTML5 browsers and you need progress event -->
24
+ <!-- Note: shim.js MUST BE PLACED BEFORE angular.js and agular-file-upload.js AFTER angular.js-->
25
25
<script src =" angular-file-upload-shim.min.js" ></script >
26
26
<script src =" angular.min.js" ></script >
27
27
<script src =" angular-file-upload.min.js" ></script >
You can’t perform that action at this time.
0 commit comments