When there’s no enough space available in the header, ionic automatically puts the default text as "Back"
I was wondering how can I change this text to "Go Back"for example, but not something like this:
<ion-nav-buttons side="left">
<button class="button back-button buttons button-clear header-item">
Go Back
</button>
</ion-nav-buttons>
Instead, I’d like to this button appear ONLY if there’s not enough space (just like ionic does by default).
Basically I’m trying to change Back to Go Back (or whatever).