zefoy / ngx-dropzone-wrapper

Angular wrapper library for Dropzone
MIT License
174 stars 51 forks source link

How to overwrite the confirm function? #180

Open c095c095 opened 8 months ago

c095c095 commented 8 months ago

Hello I know that in Dropzone it can be overwritten by using this code Dropzone.confirm = function(question, accepted, rejected) {}

But there is something similar in ngx-dropzone-wrapper For doing this?