angular-ui / ui-router

The de-facto solution to flexible routing with nested views in AngularJS
http://ui-router.github.io/
MIT License
13.54k stars 3k forks source link

[AngularJS] Is it possible to have two isolated $stateProviders? #3471

Closed nth-commit closed 4 years ago

nth-commit commented 7 years ago

I am writing a pretty complex modal that can have numerous states, would love to be able to use the router in isolation from the router for the rest of my app.

By isolation, I mean - I don't need my modals to be referenceable via url, so they wouldn't modify the location. And when I open the modal, it shouldn't change the state of the underlying page (all the named views should remain as they are).

Is this possible?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

This does not mean that the issue is invalid. Valid issues may be reopened.

Thank you for your contributions.