Skip to content

Commit 5a6dc72

Browse files
committed
Registered in npm (nervgh#435)
1 parent d744768 commit 5a6dc72

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
@@ -8,8 +8,19 @@
88

99
When files are selected or dropped into the component, one or more filters are applied. Files which pass all filters are added to the queue. When file is added to the queue, for him is created instance of `{FileItem}` and uploader options are copied into this object. After, items in the queue (FileItems) are ready for uploading.
1010

11+
## Package managers
12+
### Bower
13+
```
14+
bower install angular-file-upload
15+
```
1116
You could find this module in bower like [_angular file upload_](http://bower.io/search/?q=angular%20file%20upload).
1217

18+
### NPM
19+
```
20+
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+
1324
## Demos
1425
1. [Simple example](http://nervgh.github.io/pages/angular-file-upload/examples/simple)
1526
2. [Uploads only images (with canvas preview)](http://nervgh.github.io/pages/angular-file-upload/examples/image-preview)

0 commit comments

Comments
 (0)