adonespitogo / angular-base64-upload

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

handle cancel and clear model #75

Closed web-dave closed 7 years ago

web-dave commented 8 years ago

detect cancel /abort select file and clear model.

adonespitogo commented 8 years ago

Instead of using _onAfterValidate(), use _setViewValue() instead to update the model and run the validations. And please add a unit test for this feature.