Disabling one of the side menu for slide

I have both left and right side menus. Now, is there a way i can disable slide opening of a side menu to only the right side menu? I need to have slide for left menu but not for the right side one.

I found a similar question How to disable drag in side menu
But the above one talks of disabling based on the view. And there are comments talking of drag-content=“false” and $ionicSideMenuDelegate.canDragContent(false). But both of these methods disable both the side menus for slide opening.

Is there a standard way? Is there a hack for this?