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.
ngAnimateSwap registers a comment of the element, not the element itself, so if an element contains the ng-if attribute, ng-animate-swap will not work.
Expected / new behavior:
Having a conditional element also be animated if it's visible.
Minimal reproduction of the problem with instructions:
Have an element with both ng-animate-swap and ng-if
The element will always be invisible, as it swaps the comments.