Closed
Description
This is a:
- Bug Report
- Feature Request
- General Query
My version of UI-Router is: 1.0.0-rc.1
Bug Report
Current Behavior:
When lazy loading states, any states registered in modules that are dependencies to the module being lazy loaded will not be registered.
in the example: lazy.foo is being registered, but not lazy.bar
it seems to be a timing issue, if you remove the dependency on lazy.bar from the module 'lazy' the state will be registered.
Expected Behavior:
lazy.bar and lazy.foo should be registered
Link to Plunker that reproduces the issue:
Metadata
Metadata
Assignees
Labels
No labels