You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes issues as ng-file-drop and ng-file-select attribute values try to override the ng-file-change if both are defined which makes it seem like the change event doesn't fire (I may have missed this documented somewhere).
The workaround for this is to make the attributes blank like so:
This is mostly an FYI for anyone else who has problems with this. I defined my file upload like so:
Unfortunately this causes issues as this compiles to:
This causes issues as ng-file-drop and ng-file-select attribute values try to override the ng-file-change if both are defined which makes it seem like the change event doesn't fire (I may have missed this documented somewhere).
The workaround for this is to make the attributes blank like so:
I can get this to work that way but I thought it best to mention this as I couldn't find any docs anywhere about this quirk.
The text was updated successfully, but these errors were encountered: