div容器中的AngularJS无限滚动

时间:2018-10-27 19:58:40

标签: angularjs scroll

我在AngularJS应用程序中使用此库来实现无限滚动:

infinite scroll

它与浏览器垂直滚动条一起正常工作,但在具有垂直滚动条的div容器中不起作用:

<div class="myInfiniteScrollDivContainer" style="max-height:200px;overflow-y:auto;" 
 infinite-scroll="vm.loadingPagedContactsImported()" 
 infinite-scroll-disabled='vm.loadingContactsImported' 
 infinite-scroll-immediate-check="true" 
 infinite-scroll-use-document-bottom="false" 
 infinite-scroll-distance="0">

如果我移动浏览器垂直滚动条,则会调用 loadingPagedContactsImported 函数,但我的目标是如果我移动 myInfiniteScrollDivContainer div容器滚动条,应调用 loadingPagedContactsImported

0 个答案:

没有答案