http://codepen.io/anon/pen/MygQvb
I used Angular 1.4.7 and then decided to upgrade. After that, all directive animations using ng-if stopped working the first time they were supposed to happen.
The example above on Codepen shows what I mean, if you switch ng-if , it will not work the first time, but then it works fine.
There are several similar questions, but no one solved my problem, and I never had this problem in an older version of Angular.
A real solution would be great, but if that is not possible, any workaround is welcome.
javascript angularjs angularjs-directive ng-animate
GelsonMR
source share