I'm using AngularJS 1.5 with ngAnimate and ngRoute. I want to animate the ng-view when it changes with ngAnimate. For the animations I'm using animate.css.
The animation basically works but the problem is that ng-enter doesn't wait for ng-leave to finish so that the view which will be loaded next appends to the bottom of the current view for a short moment.
Is there a known solution to this problem?