Toggle right side menu only effect left one

if we have two side menu, left and right.
toggle right side menu only slide left one.

Can you post a sample of your code?

Had the same issue, currently the right side will need to be toggled manually via:

$scope.toggleRight = function(){
  $ionicSideMenuDelegate.toggleRight();
}

Found this on the forums: Menu-toggle only works for left menu?

yes, I also have that problem, and it wasted me a lot of time to figure it out.
I work around it here:
menu-toggle-only-works-for-left-menu