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.
…ore detection
Prior to 1.4 the `ng-animate` CSS class was applied before the CSS
getComputedStyle detection was issued. This was lost in the 1.4
refactor, however, this patch restores the functionality.
Closesangular#11769
…ore detection
Prior to 1.4 the `ng-animate` CSS class was applied before the CSS
getComputedStyle detection was issued. This was lost in the 1.4
refactor, however, this patch restores the functionality.
Closesangular#11769Closesangular#11804
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview of issue
Animation of ngSwitch stopped working in 1.4
Version
1.4 (e.g. RC0, RC1)
Reproduce
Not working (example in documentation of current 1.4 version)
https://docs.angularjs.org/api/ng/directive/ngSwitch#example
Working (example in documentation of current 1.3 version)
https://code.angularjs.org/1.3.15/docs/api/ng/directive/ngSwitch#example
Expected
Expecting ngSwitch animation working when ngAnimate module is loaded.
The text was updated successfully, but these errors were encountered: