Hi there,
I want to disable / enable left or right side menu on some view.
I try to put an angular boolean in the menu template :
<ion-side-menu side="right" is-enabled="enableRightSideMenu"> // or is-enabled="{{enableRightSideMenu}}"
<ion-header-bar class="bar-stable">
<h1 class="title">Left</ h1>
</ion-header-bar>
</ion-side-menu>
But it doesn’t work when I change the value of my boolean in the constructor page