Alternative to ionic tabs when showing item details in a part of screen

Hi all,

I develop an application with tabs for a tablet.
One of these tabs is a search tab.
I have a search box with a result list with many items on the left side.
On the right side i have an item view with many possible actions and information views.
The best possible solution would have been to incorporate tabs.
The problem is that tabs were designed as a primary view solution which takes the whole screen and nested tabs are not working.
How can i achieve a tab like interface for a certain item view.
I am looking for something like this: http://getbootstrap.com/javascript/#tabs but with ionic style

Thanks,
David