@Campello wrote:
Hi, Is it possible to change the order of back button and side menu button?
I want to show the sidemenu button on left and the back button on right.
Thanks`
</ion-side-menu-content> <ion-side-menu side="left"> <header class="bar bar-header bar-stable"> <h1 class="title">test</h1> </header> <ion-content> <ion-list> <ion-item nav-clear menu-close href="#/app/item"> <span translate>item</span> </ion-item> </ion-list> </ion-content> </ion-side-menu>
`
Posts: 1
Participants: 1