Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

ngAnimate doesn't wait long enough to enable animations on bootstrap #8844

Closed
matsko opened this issue Aug 29, 2014 · 0 comments
Closed

ngAnimate doesn't wait long enough to enable animations on bootstrap #8844

matsko opened this issue Aug 29, 2014 · 0 comments
Milestone

Comments

@matsko
Copy link
Contributor

matsko commented Aug 29, 2014

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

@matsko matsko added this to the 1.3.0-rc.0 milestone Aug 29, 2014
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 two digests until
enabling animations since all structural digests perform a post digest before
running animations.

Closes angular#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 two digests until
enabling animations since all structural digests perform a post digest before
running animations.

Closes angular#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.

Closes angular#8844
@matsko matsko closed this as completed in 9257674 Aug 29, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant