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 3bcb41d + 19e5eeb commit 380a33bCopy full SHA for 380a33b
README.md
@@ -21,6 +21,16 @@ npm install angular-file-upload
21
```
22
You could find this module in npm like [_angular file upload_](https://www.npmjs.com/search?q=angular%20file%20upload).
23
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
34
## Demos
35
1. [Simple example](http://nervgh.github.io/pages/angular-file-upload/examples/simple)
36
2. [Uploads only images (with canvas preview)](http://nervgh.github.io/pages/angular-file-upload/examples/image-preview)
0 commit comments