Need more control over nav bar back button

Hi,

I have an application with 2 sets of tabs. On some of the tabs in the first set, it is possible click on a link to navigate to a tab inside the second tabbed view. My problem is that the back button is not shown and there is no way to go back the first page (other than a hardware back). This is because, as I understand it, history is maintained in the context of a single tab. See here :http://stackoverflow.com/questions/25622573/ionic-back-button-incorrectly-shown-while-switching-tabs

Is there any way I can tell my app to use a global history instead of a tab-specific history?

This would also cause the back button to show up when navigating among tabs in the same abstract tabbed view, which would be nice.

Thank!

this has changed alot in the nightly build if i’m correct