Hi there,
I want to be able to hide the pagination with the new ion-slides but I tried a lot and I did not succeed .
If anyone can help,
Thanking you in advance !
Thibaut
Hi there,
I want to be able to hide the pagination with the new ion-slides but I tried a lot and I did not succeed .
If anyone can help,
Thanking you in advance !
Thibaut
Any idea ?
I do not understand on-slide-changed too, It was working on the previous slider but not with the new slider…
Have you find a solution in the meantime for ionic 1.2?
Edit: It works with
$scope.options = { loop: false, initialSlide: 1, pagination: false };
Please note: pagination needs to be false
and not null
as in the official swiper documentation!
Resource: https://github.com/driftyco/ionic/issues/4987#issuecomment-179992766