Ionic single view multiple content

Im trying to do something like this with ionic. (I hope this explains it)

view: states [s1,s2,s3,s4,s5]
select [s2]
view [s2]: capitals [c1,c2,c3,c4]
select [s2][c1]
view [s2][c1]: content [tab1,tab2]
I dont know what its called, Ive been trying this the whole day, it can only go up to capitals [c1,c2,c3,c4]. Then I’m lost.

You can see what I’ve achieved here (video).

Thank You!