A view for non tabbed page

Ok, So have build an app with Ionic and I have added 4 tabs and showing similar content with some filter on each tab, till now things going fine along with ui router.

But I have single view (detail page) of that content which I am showing under each tab. So my question is how I can achieve a page where I can show detail page as well as tabs.

Thanks in advance.

Do you want the tabs to be shown when you show the detail page? (I show the Detail page over the List page with tabs.

I want detail page with tabs, but the page is individual not related to any tabs( not tab will be active that time when I am on detail page).? could you please share snnipet if it is possible.