Side Menu and Swipe Rigth

Hey! I have two questions:

  1. How to disable swipe right for open side menu?
  2. How to back to previous view with swipe left like native iOS 7?

You can use $rootScope.sideMenuController.left.isEnabled = false; to disable the swipe. As for the other funcionality maybe you need to include a gesture but i haven’t work with that.

Long conversation on that topic here.