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.
If jQuery is present, then Angular animations on SVG sub-elements do not work, as jQuery does not support adding and removing classes from them. It would be helpful if $animate always used jqlite to perform class manipulation, rather than deferring to jQuery.
The text was updated successfully, but these errors were encountered:
so the reason this is taking so long is, i'm having problems writing a test which fails --- there are cases where jQuery apis are used to add classes in ngAnimate, but I am having trouble writing tests to verify that they work.
I'll give it another go as I've been mostly out of commission for the past week.
caitp
added a commit
to caitp/angular.js
that referenced
this issue
Dec 4, 2014
If jQuery is present, then Angular animations on SVG sub-elements do not work, as jQuery does not support adding and removing classes from them. It would be helpful if $animate always used jqlite to perform class manipulation, rather than deferring to jQuery.
The text was updated successfully, but these errors were encountered: