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
I updated from version 1.4.x to 1.6 and several things are now broken (like ng-file-drag-over-class not being applied). It's not obvious to not what changed or what the upgrade path is.
The text was updated successfully, but these errors were encountered:
$parse() will always return a function so the next line will always be true and elem[0].__drag_over_class_ = attr['ngFileDragOverClass'] || "dragover"; will never be executed :/
Hi,
Any chance that you could update the https://github.com/danialfarid/angular-file-upload/blob/master/CHANGELOG.md?
I updated from version
1.4.x
to1.6
and several things are now broken (likeng-file-drag-over-class
not being applied). It's not obvious to not what changed or what the upgrade path is.The text was updated successfully, but these errors were encountered: