I'm using the scroll to paginate my contacts and listing recent calls I'm getting back from an API. The scroll and loading more contacts works fine until I click on one of the contacts. After clicking on the contact, it acts like it doesn't read the bottom of the container since it will never get the next page. This is also happens on the recent calls list. If I click on one of the calls, the scroll never fires again anywhere where ngInfiniteScroll is being used. I tried manually firing it with infinite-scroll-listen-for-event, but that doesn't seem to work for me. I've tried using fixed height to see if that was the issue, but I'm getting the same problem whether it's a fixed pixel height, or percentage.
I'm using the scroll to paginate my contacts and listing recent calls I'm getting back from an API. The scroll and loading more contacts works fine until I click on one of the contacts. After clicking on the contact, it acts like it doesn't read the bottom of the container since it will never get the next page. This is also happens on the recent calls list. If I click on one of the calls, the scroll never fires again anywhere where ngInfiniteScroll is being used. I tried manually firing it with infinite-scroll-listen-for-event, but that doesn't seem to work for me. I've tried using fixed height to see if that was the issue, but I'm getting the same problem whether it's a fixed pixel height, or percentage.
Here's my mark up
Loading function
What gets called on the ng-click. All it does is load the page with the person's profile. It doesn't do anything to the infinitescroll list