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
Sometimes it may be useful to define a layout in a state, and also fill in the layout in that same state. However, a config like this will target the header@^ (at the parent state):
Named views currently target the parent state
The above is sugar for targeting foo at the parent state, i.e.:
We can also relatively target ui-views in the ancestors by adding on additional carets
^.^
Layout states
Consider a
LayoutComponent
that renders like:Sometimes it may be useful to define a layout in a state, and also fill in the layout in that same state. However, a config like this will target the
header@^
(at the parent state):Of course, you could target the ui-view using fully qualified state name
But it might be nice to have a shorthand for "target a view on the current state":
The text was updated successfully, but these errors were encountered: