Keep ion-side-menu visible after $state change

Hello guys. I’m currently working on a situtation very similar to sidemenu template example.
What I want to do is to keep the ion-side-menu button visible after $state changes.

In the mentioned example, there is a backbutton placed before the view title on state change. I can remove that indeed, but I could not figure out how to keep the menu button active(visible) without a dirty workaround.

My scenario is basically the same as sidemenu template example. Any help?

Thanks in advance

What you would do is add enable-menu-with-back-views="true" on the ion-side-menus

http://ionicframework.com/docs/api/directive/ionSideMenus/

1 Like

Thank you. I should have read further the docs. :wink: