[Solved] Calling nav-clear via imperative code

Hi,

Is there a way to call nav-clear sides-effects using a $delegate or else ?

$ionicViewService.nextViewOptions({
  disableAnimate: true,
  disableBack: true
});

This handles nav-clear.

2 Likes

Thanks this is exactly what I searched for.