Navigating to tabs resets history

When I navigate from a normal view to tabbed view, the back button is not showing up.
On debugging the $ionicView.viewHistory(), it shows a backview though.

[normal view] => [tabbed view] = “no back button”

Is it normal behavior? If not, how do I change it so that it shows a back button on Tabbed view, which goes back to the previous linear view?

Thanks!
Sanjay

I got the solution here. Used the solution #2. worked fine.