ngInfiniteScroll触发了一次页面加载

时间:2014-11-07 03:30:34

标签: javascript angularjs angularjs-directive nginfinitescroll

我在我的网页上使用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>

0 个答案:

没有答案