You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
With the fix for ngAnimate to detect template downloading, it doesn't wait long enough to enable them if NO template code is being downloaded. We need another $postDigest call.
…mations
Even when no remote templates are to be downloaded, wait two digests until
enabling animations since all structural digests perform a post digest before
running animations.
Closesangular#8844
…mations
Even when no remote templates are to be downloaded, wait two digests until
enabling animations since all structural digests perform a post digest before
running animations.
Closesangular#8844
matsko
added a commit
to matsko/angular.js
that referenced
this issue
Aug 29, 2014
…mations
Even when no remote templates are to be downloaded, wait until the end of the
post digest queue before enabling animations since all $animate-triggered
animation events perform a post digest before running animations.
Closesangular#8844
With the fix for ngAnimate to detect template downloading, it doesn't wait long enough to enable them if NO template code is being downloaded. We need another
$postDigest
call.Broken (as of this date):
http://plnkr.co/edit/LREaTTieMJj4lOPJTjI0?p=preview
The text was updated successfully, but these errors were encountered: