adonespitogo / angular-base64-upload

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

Fix clean after load #77

Closed mmbfreitas closed 8 years ago

mmbfreitas commented 8 years ago

When i load some file and i try load the same file again, angular does not fire ng-change even if i set file = {} or file = [], with this adjust work for me. Just a note, with file = null does not work for me in any way.