javascript - How does angular-animation animate after data is loaded?
为情所困
为情所困 2017-05-15 17:14:06
0
1
575

When using ngAnimation's ng-enter, the animation is always performed first, and the routed data comes in after the animation is completed. I don't know how to do it?

为情所困
为情所困

reply all(1)
洪涛

You can add an ng-if to load the DOM when there is data. This should ensure that there is data when the animation is executed

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template