You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using nested view, ui.router will fire several $viewContentLoaded.For instance if we have the following state:
resource
resource.list
resource.detail
If we access to detail directly, the last event fired will be for the abstract view. This mean that the binding of the breadcrumb is done on the abstract view's scope and not on the child view's scope.
When using nested view, ui.router will fire several
$viewContentLoaded
.For instance if we have the following state:If we access to detail directly, the last event fired will be for the abstract view. This mean that the binding of the breadcrumb is done on the abstract view's scope and not on the child view's scope.
I made a plunkr to demonstrate.
The text was updated successfully, but these errors were encountered: