Back button dissapears when navigating from sidemenu

As the title says when i’m clicking links in the sidemenu the back button is not shown on the next page. I need it to be shown by default. My menu template looks like this:

`    <ion-side-menus enable-menu-with-back-views="false">
      <ion-side-menu-content drag-content="true">
        <ion-nav-view name="menuContent" class="myback">

    			<div class="darken"></div>
    			<ion-nav-bar class="bar-assertive">
    				<ion-nav-back-button>
    				</ion-nav-back-button>
    			</ion-nav-bar>
    		</ion-nav-view>
      </ion-side-menu-content>
      ...`

Am i doing somethin wrong with the configs?
As i sidenote i have enableBackViews set to true but I don’t think thats the problem.