Is there any method to create a childRouter in angular, just like in durandal 2.0?
The router will controll the content in ngView. In ngView, I'd like to make some childRouters which are different from router and controll some contents in ngView too.
When the childRouter changed, the url of the whole website should be changed.
The reason for using childRouter is that the childRouters are different in different ngView, and I need to organize them.