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 doesn't support parent named ui-view replacement #343

Closed yopif closed 7 years ago

yopif commented 7 years ago

I am using stickyState to pop a modal from a state that replace it's parent view. Then on the modal when going the modal's sub-state, the view in the background is replaced by the parent of the state on witch i called the modal, it's a little bit tricky so i reproduce the bug on the example plnkr : http://plnkr.co/edit/We0Nx1NyvFTBmPuek7as?p=preview ( go deep into app.account.myStuff then open the modal and it's substate)

olivierloverde commented 7 years ago

+1

DORIAN-AQ commented 7 years ago

+1

Deftunk commented 7 years ago

+1

tcouloumy commented 7 years ago

+1

SomeKittens commented 7 years ago

Rather than getting all your coworkers to +1, how's about submitting a pull request?

christopherthielen commented 7 years ago

http://plnkr.co/edit/vzsCMwGmUW7qtozJ4z1X?p=preview

yopif commented 7 years ago

Thank you