Swiper's dynamic bullets not working with Ionic?

Am I correct when I say this?

I can’t get Swiper’s dynamic bullets working with Ionic 1. Could someone help me out?

  // Slider
  $scope.options = {
      pagination: {
        el: '.swiper-pagination',
        dynamicBullets: true,
      },
  };

It doesn’t even show me the pagination anymore.

1 Like