This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Some Animations do not work after upgrading to 1.2.9 #5886
Closed
Description
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.
Back to 1.2.8 for now....