Pager in ionic slidebox is not getting reset

I have some slides that change after a button press. When the collection changes, the slides update and the pager changes as well. However, if I first change slides, then change the collection, the pager duplicates. Additionally, if I move to the second slide, then change the collection, the new collection is displayed but the second slide is active. It seems like the pager is not getting reset when the collection changes.

I have tried the following code:

$ionicSlideBoxDelegate.slide(0);
$ionicSlideBoxDelegate.update();

The index is reset to 0, but the number of bullet is not reset

Can you help me? Thank you