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.
I have an entire application with animated transitions using ng-view, the classic router, and resolve functions to load content to be passed on the next controller.
I updated to 1.2.9, and suddenly, one (and only one) transition stopped working.
All views have the same effect (sliding). except that the failing one has a resolve function that executes a $http get that takes more than what take the other views.
The app transitions normally between the other views, until I navigate to the failing one; at that moment the new view does not animate at all; it just appears taking the whole space, even before the old view ends animating.