Back navigation with slide box

I have been able to implement a back navigation through a slide box and route using a combination of

  • $ionicSlideBoxDelegate.next/previous
  • $ionicPlatform.registerBackButtonAction
  • $ionicNavBarDelegate.showBackButton(true/false)

Is there a better way?

1 Like

You can check out this codepen demo

1 Like