I have two ion scroll tags. Inside each of these ion-scroll tags is a list. Each of these lists start with 10 items, and when a user reaches the bottom of a particular ion scroll it should load more. The problem I am facing is this is quite not working correctly. If I scroll through the first it scroll window and paginate through all the items it should say no more content. This does not happen though, instead if I scroll through the second scroll window then it will load more items in the first and second ion scroll window(which I don’t want). Essentially I would like the two ion scrolls to be completely independent of each other. I would like each to load it’s own content. I hope that made sense. Here is my codepen: http://codepen.io/polska03/pen/jWKRwP
Any help or insight will be grealy apprecaited!