When I go to the url /blog/post/edit
, 2 xhr requests trigger, as you can see in the image below.
As quickly discussed in comments, the nature of the ui-router
is to work this way. To show nested states with their parent states
The best way how to think about it is like a collapsed TreeView
:
And that's how the ui-router
was basically designed.