-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Added ability to queue up children and register them once their parent is registered #492
Conversation
And this works across modules too? Could you add test for that? |
Looks like there might be some issues with different ways of defining parents. /cc @mboudreau |
@timkindberg Test for across modules added in 104494e @nateabele You're right. I just added recognition for when the parent property of the state object is a string. |
@theJoeBiz Sounds good. Squash your commits and I'll merge it in. |
…nt is registered.
@nateabele Consider them squashed. |
Added ability to queue up children and register them once their parent is registered
And then make a new issue called "docs for whatever" assigned to me. |
Excellent, this will help splitting routes/states in different modules for large app as discussed here : #54 |
docs added, FAQ updated |
@timkindberg Docs look good, glad I could help. What kind of timetable are we looking at for 0.3.0 to be available via bower? |
Don't matter to me. Sooner is probably better. |
Using States rather than routes. Had to apply a patch to angular-ui-router: angular-ui/ui-router#492 This should be fixed when angular-ui-router 0.3 comes out
fixes #486