Hi!
When I add a side menu without a header the content disappears under the status bar. See screenshot. I am using the default tab template and added the following lines to the index.html.
What am I doing wrong?
Thanks for your help!
Dominik
<body ng-app="starter" animation="slide-left-right-ios7">
<ion-side-menus>
<ion-side-menu-content>
<ion-nav-view>
<ion-nav-bar></ion-nav-bar>
</ion-nav-view>
</ion-side-menu-content>
<ion-side-menu side="left">
<ion-content>
<p>Home</p>
<p>Logout</p>
</ion-content>
</ion-side-menu>
</ion-side-menus>
</body>