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();
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();