@patrioticcow wrote:
Hi, I'm using some boilerplate navbar.
I'm wondering how can i tell it not to show the Back Button if i navigate to this page?Also, if someone can point me to the documentation, that would be great.. i can't seem to find it in the docs
<ion-navbar *navbar> <button menuToggle> <ion-icon name="menu"></ion-icon> </button> <ion-segment [(ngModel)]="segment" (change)="update()"> <ion-segment-button value="asd">Asd</ion-segment-button> <ion-segment-button value="qwe">Qwe</ion-segment-button> </ion-segment> </ion-navbar>
Posts: 2
Participants: 2