Implementing tab bars without having a history for each of them

Hey,

I am trying to implement the ion-tabs within a page but also have the back button avoid flicking through each tab. The tabs are now part of the navigation history and I was wondering if there is a quick solution within the ionic structure to fix this?

I’m aware of the option to add as function within the controller, however I did not know if there was another way around this which was easier and more involved in setting up the ion-tabs in the html?

Many Thanks