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.
Angular doesnt add ng-leave on nested routes #7515
Closed
Description
Im using angular 1.3 and im using ng animate to animate view change. If i switch from /route1 to /route2 animation works just fine it animates ng-enter and ng-leave. But if I switch from /route1 to /route1/1 it add class ng-enter but it doesnt add ng-leave.
You can see this problem on the following link : http://mop-fest.com/#/gosti and then when you click on an image in the list on the right. @matsko