Skip to content

Commit 81e17c2

Browse files
committed
Release 2.6.0
1 parent b372365 commit 81e17c2

File tree

6 files changed

+391
-329
lines changed

6 files changed

+391
-329
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
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.
1212

1313
## Package managers
14-
### Bower [![Bower](https://img.shields.io/bower/v/angular-file-upload.svg)](http://bower.io/search/?q=angular-file-upload)
15-
```
16-
bower install angular-file-upload
17-
```
18-
You could find this module in bower like [_angular file upload_](http://bower.io/search/?q=angular-file-upload).
1914

2015
### NPM [![npm](https://img.shields.io/npm/v/angular-file-upload.svg)](https://www.npmjs.com/package/angular-file-upload)
2116
```
@@ -29,12 +24,6 @@ yarn add --exact angular-file-upload
2924
```
3025
You could find this module in yarn like [_angular file upload_](https://yarnpkg.com/en/package/angular-file-upload).
3126

32-
### Nuget
33-
```
34-
Install-Package AngularFileUpload
35-
```
36-
You could find this module in Nuget like [_angular file upload_](https://www.nuget.org/packages/AngularFileUpload/).
37-
3827
### Module Dependency
3928

4029
Add `'angularFileUpload'` to your module declaration:

0 commit comments

Comments
 (0)