Back to tab from another tab and go to root tab

My application has structure like this

tab1[showTab] → notification page[notShowTab]

tab2[showTab]

in notification page on tab1 some content need to go to tab2

I use state.go tab2 it work fine

but when I back to tab1 by click on tab1 from tab bar it show notification page

I need to show tab1 page what should I do ?

I try to handler on $stateChangeStart but it show notification page before go to tab1

it seem wrong way please help me