I’ve implemented ion-infinite-scroll and functionally it works great, but I noticed that it doesn’t display the spinner icon when it’s loading the next page of results.
I’ve searched the forum and found similar problems but only when using collection-repeat, but I’m using ng-repeat.
Here’s the code I’m using for the infinite-scroll:
For a test, I removed the ng-if from the code and then the spinner did show up. But obviously I need the ng-if there otherwise the infinite-scroll keeps calling out for more data when it reaches the end.
Is there something obvious I’m missing here? A better way of doing this?
Let me know if you need to see any more of my code.