@pepitomb wrote:
Hello guys, i'm trying to create my first ionic app, but I'm having problems with ion-nav-bar.
It hides everything I enclose in the
<ion-nav-bar></ion-nav-bar>
tags, I attached a simple example, that it's having this issue.<ion-side-menus> <ion-pane ion-side-menu-content> <ion-nav-bar class="bar-balanced"> <button menu-toggle="left" class="button button-icon icon ion-navicon">Back</button> </ion-nav-bar> <ion-nav-view> <ion-view><h1>CLIENTS</h1></ion-view> </ion-nav-view> </ion-pane> <ion-side-menu side="left"> <!-- Ion Option List --> </ion-side-menu> </ion-side-menus>
In the images, you can see how this code is working, you can see that the
menu-toggle="left"
attribute is working fine, but I can see the icon nor the "back" option on my nav bar.Any thoughts?
Posts: 5
Participants: 3