Hello, I'm using 1.2.6 ng-animate on ng-view. In app.run, I'm calling a service method that applies classes to that element using jQuery initially, then changes the classes again on $viewContentLoaded. Problem is that after route is changed and a new view is loaded, $animate seems to keep a cached version of the element that existed when I first applied a different class, so it sort of rollbacks to the original element. Is there a way to force animate to update it's cached version manually? $apply() doesn't seem to have an effect. Thank you for any hints.
-- 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.
