Hello to all guys, I state that I am new to the forum so I do not know if I am writing in the right section. I’m starting to develop an application and I wanted to use UI Router for navigation application. I tried a lot on the internet but I still have many doubts. I do not understand the basic reasoning behind the UI Router. If possible can you explain it to me? maybe with some examples, Thank you all for the answers.
I actually cant’ find really good doc for ui-router myself, even after looking at the their github page. For example, I can’t find what the ‘abstract’ means in the doc.
but ui-sref is the most useful directive. and also try to understand 2 concepts: nested view and sibling view. I think this helps me to understand it
thanks for the explanation. I roughly guessed the meaning when I looked the example you gave (I actually learned a lot from it when I firstly viewed that example a while ago. It has both the nested and sibling views/state which is the core of angular ui-router.)
But still, i didn’t see any documentation about the ‘abstract’ keyword in ui-router.