Enable-menu-with-back-views="true" not working :(

When I navigate back to my home page my ion-menu icon goes away, what to do?

<ion-menu [content]=“content” side=“right” enable-menu-with-back-views=“true”>

<ion-toolbar>
    <ion-icon name="add" menuClose (click)="load()"></ion-icon>
  <!--<ion-title>Menu</ion-title>-->
</ion-toolbar>
{{p.title}}

<ion-nav [root]=“rootPage” #content swipeBackEnabled=“false”>

use persistent=“true” on your ion-menu