adonespitogo / angular-base64-upload

Converts files from file input into base64 encoded models.
283 stars 121 forks source link

Re-Run validation when model value changes or allow Capability to user to run validation #105

Open kashpatel opened 7 years ago

kashpatel commented 7 years ago

Hello,

Thanks for this Amazing Library!

I am using this library for multiple file upload. I allow user to remove any file from list of files uploaded files. But doing that does not re-run validations.

or

If you can expose some sort of function that can be called to run fore run validations from host app would be great too. I believe this option would be good as this will help to many people in many scenarios.

Let me know, what do you think?

Thanks,