danialfarid / ng-file-upload

Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
MIT License
7.87k stars 1.59k forks source link

ngf-reset-[model-]on-click="false" has no effect #2108

Open VosWouter87 opened 5 years ago

VosWouter87 commented 5 years ago

danialfarid mentioned that there's are two options to prevent reset on click ngf-reset-on-click and ngf-reset-model-on-click, I've set both of these to false but it has no effect. I want deletion of uploaded files to be done with a delete button, not by clicking and cancelling.

feliperugai commented 5 years ago

as danielfarid mentioned in the same post, I used ngf-keep and got it working. did you try this?