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 logging $stateRegistry.stateQueue.queue through the onStatesChanged listener or through an $onInit the child future state is still queued: [self: {name: "proxy.**", parent: "clientAdmin", url: "/proxy", lazyLoad: ƒ, $$state: ƒ}]
Expected Behavior:
If the parent state is already defined, the child state should be registered and not queued. If the child state is put into the queue, it should be registered after the parent state is registered.
My thinking is that the double wildcard is preventing the child and parent names from matching
Link to Plunker or stackblitz that reproduces the issue:
See code sample above
The text was updated successfully, but these errors were encountered:
This issue tracker is for Bug Reports and Feature Requests only.
Please direct requests for help to StackOverflow.
See http://bit.ly/UIR-SOF for details.
This is a (check one box):
My version of UI-Router is: 1.0.29
Bug Report
Current Behavior:
[self: {name: "proxy.**", parent: "clientAdmin", url: "/proxy", lazyLoad: ƒ, $$state: ƒ}]
Expected Behavior:
If the parent state is already defined, the child state should be registered and not queued. If the child state is put into the queue, it should be registered after the parent state is registered.
My thinking is that the double wildcard is preventing the child and parent names from matching
Link to Plunker or stackblitz that reproduces the issue:
See code sample above
The text was updated successfully, but these errors were encountered: