This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ngAnimate's new reflow system forgets to run a reflow for parentless animations #12400
Closed
Description
Turns out that if we don't have a parent, class-based animation waiting on some elements then a reflow isn't run directly after postDigest.
http://plnkr.co/edit/19zd2RYTRaCxAymbwxkv?p=preview
This PR fixes it: #12401