Skip to content

Commit cd977cc

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 97356d0 + 380a33b commit cd977cc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ npm install angular-file-upload
2121
```
2222
You 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
2535
1. [Simple example](http://nervgh.github.io/pages/angular-file-upload/examples/simple)
2636
2. [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 | - | + | + | + | + |

0 commit comments

Comments
 (0)