iOS style - forcing "Back" in the header. How?

My app has different sections with different titles.

If the title is long enough the back button on iOS (in the top right of the header) look like this “< Back”.

I want to force this across the whole app. If the title of the sections is short enough instead of this back button I get the title of the previous section so it looks like this “< Section 1”.

How do I force Back on everything for UI consistency?

Found it. It’s with $ionicConfigProvider.

Searching didn’t find this though, I only got to it by searching Google for tabs on the bottom in Android, which is nice.