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
The view with the name left is only accessible by using {views: {'toolbar.left': 'ComponentName'}}. Please see referenced plunker for a working example.
Expected Behavior:
In earlier ui-router versions the views were accessible without using the prefixed parent view.
The behavior definitely changed from v0.4.2 to v1.0.0.
I don't know whether this was an intended change, but it's something that needs documentation.
This is a: Bug report
My version of UI-Router is: 1.0.0-rc.1
Bug Report
Current Behavior:
Nested ui-views need to be targeted using dot notation.
e.g.
The view with the name
left
is only accessible by using{views: {'toolbar.left': 'ComponentName'}}
. Please see referenced plunker for a working example.Expected Behavior:
In earlier ui-router versions the views were accessible without using the prefixed parent view.
The behavior definitely changed from v0.4.2 to v1.0.0.
I don't know whether this was an intended change, but it's something that needs documentation.
Link to Plunker that reproduces the issue:
https://plnkr.co/edit/D0zGWV4ggDY6TdZkDekU?p=preview
The text was updated successfully, but these errors were encountered: