Does anyone have experience with using angularjs infinite scroll within an inner DIV instead of just the browser window?
I'm trying to implement infinite scroll within a specific content wrapper that has its own scrollbar. The main page is fixed and does not scroll, but the inner content div does.
Is there a way to make the infinite scroll feature work in relation to the scrollbar of the inner content div?