You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ng-view id="ng-view" ng-animate="{enter: 'view-enter'}"></ng-view>
will apply the .view-enter-setup etc css classes when content is rendered/destroyed.
It would be nice if ui-view behaved the same. <ui-view id="ng-view" ng-animate="{enter: 'view-enter'}"></ui-view>
and thus be able to manage animations the same way for transitioning views (states) in/out.
The text was updated successfully, but these errors were encountered:
<ng-view id="ng-view" ng-animate="{enter: 'view-enter'}"></ng-view>
will apply the .view-enter-setup etc css classes when content is rendered/destroyed.
It would be nice if ui-view behaved the same.
<ui-view id="ng-view" ng-animate="{enter: 'view-enter'}"></ui-view>
and thus be able to manage animations the same way for transitioning views (states) in/out.
The text was updated successfully, but these errors were encountered: