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: Issues with toggling animation on time #14915
Open
Description
Other animations work, but not the entering one.
Example: http://plnkr.co/edit/NVc4bc3kSj5K0WlbVBex?p=preview
Update: http://plnkr.co/edit/jtPQ6BL2uhZ9kZapft8E?p=preview - here's another example using uib-tab
directive; it won't work on the first tab change event (i.e. when it's calling enableAnimation()
for the first time), so it seems that it's because when calling enabled
function it acts asynchronously?