Ion-infinite-scroll - Remove spinner

ion-infinite-scroll has a class=“ispinner” . I do not want to show the spinner / I want to show the spinner conditionally - is this possible to achieve?

Perhaps just add an ng-hide on the ion-infinate-scroll? hide will just display: none; it so the directive should still be on the page and still detect when the bottom has been reached and call the relevant functions.

1 Like

You are the man - why did i not think of such a simple thing - I guess thats becos I thought ng-hide would not enable ion-infinite-scroll - should have tried this -

Thanks mate

Thanks Man !! :+1: :slight_smile: