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?
I have been able to implement a back navigation through a slide box and route using a combination of
Is there a better way?
You can check out this codepen demo