Closed
Description
I'm trying out ui-router 1.0.0-alpha on our project, and once I start it, I get this message:
Error: Cannot register orphaned state 'top.bottom'
I guess that is because we configure states in run phase according to the papa guidelines and so the top state may have not been added before the child state.
Is it a bug or we should not use this approach and configure states only in config phase?