We have a page that performs an ng-repeat over potentially several hundred items. Some of them are nested. Without ngAnimate loaded, this takes around 2 seconds to load, which is acceptable for this page.
However, when ngAnimate is loaded, that same ng-repeat approaches 2 minutes. We've tracked this down to jQuery's add\removeClass methods which take up the majority of the 2 minutes. We use Angular animations on other pages so we cannot remove it permanently, but we could do without it on this page. Temporarily we have removed ngAnimate and lost the animations in other places just so this page is usable. Is there any way to conditionally enable or disable animations on specific scopes or elements or anything at all? I imagine this isnt just an issue for us. Any ideas would be much appreciated. Thanks Bryan Migliorisi -- 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.
