This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
bug: ng-switch animation doesn't work #8166
Closed
Description
Request Type: bug
How to reproduce:
- Visit http://plnkr.co/edit/IctQYWhERYUBfzLkFq43?p=preview
- Switch between slides 1 and 2
Component(s): ngAnimate
Impact: small
Complexity: small
This issue is related to: ngAnimate and ngSwitch animation
Detailed Description:
It seems when you try to ngAnimate
the ngSwitch
component on a form
element, only the ng-leave
item is animated. The ng-enter
contains inline styling to remove the animation. If I alter the classes manually then I can see that the entering form should be able to be animated
Other Comments: