I saw the Infinite Scroll Module as a way to improve the performance of ng-repeat
. It works well but the challenge I’m facing is that I have a search form that is bound to a scope property used to filter the collection I’m repeating. The infinite scroll does not show the elements that have not yet been displayed by infinite scroll. How can I implement this so that elements not displayed yet by infinite scroll will be displayed by the filter? Thanks!
I am facing the same problem now. Did you find the solution?