I’m trying to build an app based on a tab view; within the first two tabs I wanted to see two (separate) lists. Tapping on a item of the list would bring you to its detail, where a “back” button is bringing you back to the list.
I created a Plunkr just to get you the idea.
In the first, abstract state (tab1) I obviously need to target a specific, named view (the first tab content area), but I think that the child states, who should target the unnamed view within its parent state (tab1.html), can’t find it.
Any idea?
Thank you!