1
Good morning. I have an html page with some animation effects. It works perfectly mind. However when importing the body from the page with ng-view (Angularjs) animations are no longer executed.
If I paste the content that is being imported into ng-view outside of it. The animations work perfectly.
Does anyone know how to solve this problem? Thanks for your attention.
Good evening buddy, these CSS effects were you who built it yourself ? because in some frameworks like Material Design Lite, you should make one
componentHandler.upgradeElement(element);
to register it.– Caio Leonhardt