In this other question, the answer provides a workaround (a dirty hack) to make ng-enter animations work on page load.
But, after upgrading to 1.4, this statement:
$rootElement.data("$$ngAnimateState").running = false;
does not work anymore.
Note: Using $timeout
is not an option for me, because I've tried but I need to give a big timeout to make it work (more than 1.5 seconds, unacceptable).