Nested View Architecture IONIC - 3/4 Layers

Hello guys,

I’m designing a mobile app with IONIC and i’m trying to get 2 tabs,

1
2
And in “1” there is selector that link to some pages, displayed by the same html file ( but with different data )

1 -> a
2
In “a” I can do a search that retrieve items, and I can click on them

1 -> a -> I
2
The thing is, I got every view / page already working but I can’t figure out how to link them together …

Some of my data is retrived by :

$http.get("").success(function(data, status, headers, config)

here is a codepen : http://codepen.io/Pekno/pen/yOwXZq

Help me please :C I can’t figure this out on my own