Skip to content

Commit cbb2dea

Browse files
committed
resetUpload bugfixes
1 parent 164119a commit cbb2dea

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ npm install angular-file-uploader
6666
| formatsAllowed : string | Specify the formats of file you want to upload. | '.jpg,.png,.pdf,.docx, .txt,.gif,.jpeg' |
6767
| maxSize : number | Maximum size limit for files in MB. | 20 MB |
6868
| uploadAPI : string | Complete api url to which you want to upload. | undefined |
69-
| ApiResponse:EventEmitter | It will return the response it gets back from the uploadAPI. Assign one custom function ,for example " DocUpload($event) " here, where " $event " will contain the response from the api. | |
70-
| resetUpload : boolean | Give it's value as " true " whenever you want to clear the list of uploads being displayed. It's better to assign one boolean variable ('resetVar' here)to it and then change that variable's value. Remember to change 'resetVar' value 'true' to 'false' after every reset. | false |
7169
| hideProgressBar : boolean | Set it as " true " to hide the Progress bar. | false |
7270

7371
---

file-upload.component.js

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)