File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,16 @@ npm install angular-file-upload
2121```
2222You could find this module in npm like [ _ angular file upload_ ] ( https://www.npmjs.com/search?q=angular%20file%20upload ) .
2323
24+ ### Module Dependency
25+
26+ Add ` 'angularFileUpload' ` to your module declaration:
27+
28+ ```
29+ var app = angular.module('my-app', [
30+ 'angularFileUpload'
31+ ]);
32+ ```
33+
2434## Demos
25351 . [ Simple example] ( http://nervgh.github.io/pages/angular-file-upload/examples/simple )
26362 . [ Uploads only images (with canvas preview)] ( http://nervgh.github.io/pages/angular-file-upload/examples/image-preview )
@@ -48,3 +58,4 @@ You could check out features of target browsers using http://caniuse.com/. For e
4858| Iframe transport (only for old browsers) | + | + | + | + | + |
4959| XHR transport (multipart,binary) | - | + | + | + | + |
5060| An image preview via Canvas (not built-in) | - | + | + | + | + |
61+ | AJAX headers | - | + | + | + | + |
You can’t perform that action at this time.
0 commit comments