Hi I've been upgrading my app from 1.2.0-rc2 to 1.2.8, and noticed that my one of my ng-view animations is broken. I've narrowed down the issue to a function in angular-animate, animationsDisabled.
animationsDisabled will return true when a parent of the element has an animation taking place. In my scenario, an ng-view has a parent somewhere up the line that is getting a new css class. Because ngAnimate adds animations by default for "addClass", this is causing animationsDisabled to return true, which in turn causes the animation for ngView to exit and not run. Any way around this? Is this intentional behavior? -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
