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.reset('state') does not destroy scope and DOM #312

Closed Antariano closed 8 years ago

Antariano commented 8 years ago

It will however do that if you navigate to another route after calling .reset()

Antariano commented 8 years ago

Looks like I made a mistake here. Closing till I investigate and will provide more useful information if need be.