Control the animation in $state.go

Try this:
$ionicViewSwitcher.nextDirection(‘forward’); // ‘forward’, ‘back’, etc.
$state.go(‘myState’);

5 Likes