Disable ion-nav-buttons in side menu on login page

Hello all,

I am working on an application that has login register menu etc…

I want to disable the " ion-nav-buttons" that
<button menu-toggle="left" class="button button-icon icon ion-navicon"></button>
on the specific page.

I already disabled swiping with canDragContent(false).
$ionicSideMenuDelegate.canDragContent(false);

but when user clicks that button, side menu comes :disappointed:

Thanks.

To solve this problem,

i added hide-nav-bar="true" property in ion-view tag.
so header bar with menu icon hidden in login/register screen