ionic single view multiple content

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

  1. view: states [s1,s2,s3,s4,s5]
  2. select [s2]
  3. view [s2]: capitals [c1,c2,c3,c4]
  4. select [s2][c1]
  5. 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 (https://youtu.be/-agMPkU3ON0).

Thank You!