zefoy / ngx-dropzone-wrapper

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

init event #37

Closed Anoxy closed 7 years ago

Anoxy commented 7 years ago

is there a way to handle dropzone init event ?

sconix commented 7 years ago

There is no such event in Dropzone. Dropzone allows you to define init function within the config parameters which is called on Dropzone init.