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.
ngIf on body stop animation #12366
Closed
Description
When i use a condition (in my case ngIf
) in the body
, all animation using ngAnimate
dos not work anymore.
reproduced:
http://codepen.io/anon/pen/MwByOL
I tried using a old version (1.3.15) and everything back to normal.