How To Disable Ionic Side Menu Drag Content

Ionic Content Dragging can be quite annoying if you have a lot of content on a page and you accidentally show the side menu when you don’t want to.

Add this to your controller:

 $ionicSideMenuDelegate.canDragContent(false);

Make sure you add $ionicSideMenuDelegate to your controller injector.