Use $ionicHistory to set the next view as the root:
$ionicHistory.nextViewOptions({
historyRoot: true
});
$state.go('app.home');
Use $ionicHistory to set the next view as the root:
$ionicHistory.nextViewOptions({
historyRoot: true
});
$state.go('app.home');