Universal state, in Tabs view layout

I am confident with ui-router yet new to ionic and am wondering what’s the best way to have a universal state that is used everywhere inside of the application while maintaining the history of the tabs view.

I’ll try to elaborate as much as possible,

I am currently using the tabs layout default,

Tabs
–Home
–List
–Profile

I can use the same view for the home to load another state, this will allow me to maintain the history of this tab but then I’ll have to implement my state inside of the Home tab like this

Tabs
–Home
~~Task
–List
–Profile

The problem is that this task view has to be used inside of all three states and nearly every state in this app, when I placed it on the same hierarchical level of the Tabs like this

Task
Tabs
–Home
~~Task
–List
–Profile

It doesn’t allow any history in the tab and I have no idea how to achieve that, appreciate your help guys.

@mhartington