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?
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?