0

我在我的网页上使用 ngInfiniteScroll 以允许无限滚动。我让它工作除了一件事。当页面最初加载时,ngInfiniteScroll 似乎被触发了,我不知道为什么。

我将 ngInfiniteScroll 附加到上一篇文章底部显示的链接。

这是我的代码的样子:

<div style="height: 100px">
<post post-item="item" feed-items="items.feed" feed-name="feedName" ng-repeat="item in items.feed"></post>
<a infinite-scroll="nextPosts()" href ng-click="nextPosts()" class="show-more">Show more</a>
</div>
4

0 回答 0