JKnorr91 / ion-slide-box-tabs

An Add-On directive for the ion-slide-box, that adds tabs to the slide box, known from the Android Material Design specification
MIT License
248 stars 110 forks source link

ion-infinite-scroll keep called within ion-slide-tabs #6

Closed yohokuno closed 4 years ago

yohokuno commented 9 years ago

Hi,

I am trying to use infinite scroll (ion-infinite-scroll) in your ion-slide-tabs, but on-infinite method keeps called even if I don't scroll the page. I created codepen demo to reproduce this issue.

http://codepen.io/anon/pen/OVjKQK?editors=001

Open your JavaScript console, you see loadMore() is called infinitely.