christopherthielen / ui-router-extras

THIS PROJECT IS NO LONGER MAINTAINED -- Extras for UI-Router for AngularJS. Sticky States (a.k.a. parallel states), Deep State Redirect (for tab-like navigation), Future States (async state definition)
http://christopherthielen.github.io/ui-router-extras/
MIT License
917 stars 211 forks source link

StickyState support for ng-animate-ref #337

Open nirbil opened 7 years ago

nirbil commented 7 years ago

Can you use ng-animate-ref to animate transitions between an active visible sticky state and an inactive hidden sticky state? I've tried implementing it and failed. Does it not work because two sticky states require separate ui-views?