Toggle right side menu only effect left one

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?