Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AckerApple committed Oct 2, 2017
1 parent b5983ef commit 1fb9a36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,10 @@ This package is a fork with a complete overhaul of [ng2-file-upload](https://www
- Use `ngf` selectable="1" instead of `ngfSelect`
- [uploader] was not to my liking
- I think this was a poor design
- replace `A` with `B.1` and `B.2`
- A. `<div ng2FileDrop [uploader]="uploader">`
- B.1 `<input ngfDrop (filesChange)="uploader.uploadFiles($event)" />`
- B.2 `<ngfUploader [(ref)]="uploader" ></ngfUploader>`
- Use `[(file)]` and `[(files)]` as models and then wrap them in HTML5 FormData for transmission
- Tools included to help do this
- `(fileOver)` is better suited as:
Expand Down

0 comments on commit 1fb9a36

Please sign in to comment.