I want to create angular nested routes in my application using angular-ui-router
with multi sub-modules;
In "ui-router
" we can use multi views in our main app config as $stateProvider
, but can't switch between sub-modules when you are in other module.
For example when you are in "module1
" you can not state to "module2
".
So, How can I switch between my modules?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…