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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Hi,
$animate.on generates a javascript error with IE11.
All is ok with Chrome and Firefox.
Plunker here (to test with IE):
http://plnkr.co/edit/jtokwmcZRiG0vxkiL6mE?p=preview
Open Developer Tools with F12 and click on "Visible".
The error is:
TypeError: L’objet ne gère pas la propriété ou la méthode "contains"
at Anonymous function (https://code.angularjs.org/1.4.8/angular-animate.js:2146:11)
In line 2146 in angular-animate.js (v1.4.8), there is:
IMHO, this is a problem with method "contains" with IE.
Node.contains is not implemented on Node.
See:
https://connect.microsoft.com/IE/Feedback/Details/785343
But, I haven't found a patch or a workaround for this bug.
Philippe