Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ng-animate support for ui-view #79

Closed
rynz opened this issue Apr 11, 2013 · 1 comment
Closed

ng-animate support for ui-view #79

rynz opened this issue Apr 11, 2013 · 1 comment

Comments

@rynz
Copy link

rynz commented Apr 11, 2013

<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.

@rynz
Copy link
Author

rynz commented Apr 11, 2013

Submitted a pull request #80

@rynz rynz closed this as completed Apr 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant