@kaelin wrote:
Usecase:
In my application I need a modal with URL state that can be accessed from any route. The previous state should also be persisted so that I can return to it on closing the modal.
In addition, when I directly access the route through the URL, the component should be loaded without the modalThe discussion that came closest to what i'm looking for is this, http://stackoverflow.com/questions/27942891/emberjs-modal-as-a-route
The answer in the above discussion cannot be used here since I need it for all my routes.
Any pointers on how this can be implemented?
similar question..
Posts: 1
Participants: 1