In one of my project, we haven't used any UI router and we have just used ngRoute. I have a requirement to build nested views, is it possible to acheieve nested views using ngRoute alone without any other libraries support? Kindly help me with some working example in the internet. Thanks for your help in advance.
1 Answer
You can use the route-segment module. very easy to use. If you need more help let me know
8 Comments
IsraGab
If the answer/module helped you, please accept it. It gives feedback & it helps others
JsLearner
I need to acheive this using $route provider /$ngScope
IsraGab
Is it a question? Do you need some help?
JsLearner
@lsraGab Yes. I have a question on this issue. My detailed question as below stackoverflow.com/questions/36438211/…
IsraGab
Well I don't really get you. You're asking there about ng-switch and here about nested view. What do you you want to do (in a short sentence)?
|