dfsq / ngView-animation-effects

Demonstration of different animation effects with AngularJS ngView directive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any support for ui-router

sibinx7 opened this issue · comments

Sir

Plugin work well on our website. But now we need to use ui -router. Is there any support for ui-router

Yes, with ui-router the principle is going to be the same. You will just use ui-view element instead of ng-view. Then one would need to set up CSS classes for ng-enter/ng-enter-active, ng-leave/ng-leave-active.