Infinite scrolling and collection-repeat / spinner not shown

Using ng-repeat, my ion-inifinite-scroll displays the spinner (icon) => cool

However, with collection-repeat, ion-infinite-scroll works well but spinner is missing.
Is it due to some CSS in absolute or whatever?

How to fix it easily?

Thanks a lot

1 Like

Spinner icons have been removed in beta 14 because of the way it is rendered on most phones. Ben is coming up with SVG I’ve heard.

I don’t think this is truly exact since when replacing collection-repeat with ng-repeat, spinner icon is displayed …

checkout this:

Cool :slight_smile: Thanks for sharing

Same issue. Any brilliant solutions??