Hello i’ve tryed all things but no luck how can i disable the animation when slides from one to another state?
Using
$ionicHistory.nextViewOptions({ disableAnimate: true });
before calling $state.go
does the trick for me.
See http://ionicframework.com/docs/api/service/$ionicHistory/
so i need to add $ionicHistory in depend-ices of controller?
yeah, otherwise it’s going to spit an error going like “don’t know what’s this $ionicHistory thing you’re talking about”.
thank you mate ill test it soon !