Closed
Description
I have a situation where I have a parent state which is like a toolbar/frame, and a child state which contains some content, however the content requires a resolve to complete. I thought ui-router would elegantly load the parent controller before needing to complete the child resolve.
In other words, the app currently goes: child_resolve->parent_ctrl/view->child_ctrl/view, when I believe it should go: parent_ctrl/view->child_resolve->child_ctrl/view. Is there any reason why it doesn't occur in this fashion? Any possible work around?
Metadata
Metadata
Assignees
Labels
No labels