Closed
Description
From @Spyro92 on March 17, 2017 1:9
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:
http://plnkr.co/edit/IfxBMmsZgKVAyxSZ7w0g?p=info
Copied from original issue: angular-ui/ui-router#3375