I'm using ui-router as follow:
3 main states home
, profile
and settings
like this:
The 2nd state profile
have 2 nested states profile.about
and profile.main
I need that the profile state clickable on the index page loads the profile view and redirects to the default nested state which is profile.about
here
Here's a plunker with what I got so far.
I'm aware of this solutions:
And others but all require an abstract parent which is unclickable hence abstract.
So, to summaries my question is how to make a nested default view for a non abstracted state?