Problem with 2 ion-slide-box on the same page

You need to make use of the delegate-handle attribute.

<ion-slide-box delegate-handle="slidebox1">

Then you can reference the slide-box like so

$ionicSlideBoxDelegate.$getByHandle('slidebox1').next();
3 Likes