1
2
3
4
5
$ionicHistory.nextViewOptions({
  disableBack: true,
  disableAnimate: true
});
$state.go('app.home');