Reverse animations

How can i apply reverse animations in $state.go(…) or $location.path(…)

Thanks

You can use $ionicViewSwitcher.nextDirection('back') (or whatever animation you want) before making your call to $state.go:

Great @brandyshea. Works like a charm.

Thank you for this answer!
So I found only one way to do a transition without animation
$ionicViewSwitcher.nextDirection(‘enter’);