-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
child states missing when lazy loading #3375
Comments
Thank you for the excellent bug report with plunker |
This is the same bug as ui-router/angular#40 and needs to be fixed in ui-router/core |
This issue was moved to ui-router/core#46 |
3 tasks
http://plnkr.co/edit/yyiZWGpnRvmsiZdhyceP?p=preview Fix coming soon. |
christopherthielen
added a commit
to ui-router/core
that referenced
this issue
Mar 27, 2017
…g lazy children Closes #46 Closes #40 Closes angular-ui/ui-router#3375
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a:
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
The text was updated successfully, but these errors were encountered: