AngularJS - 使用寻呼机滑动效果

时间:2014-06-09 11:33:55

标签: angularjs pagination swipe

我正在使用Pagination作为我的记录列表。它工作正常。

我需要实现滑动效果,所以我使用: -

<script src=".../angular-touch.min.js"></script>

滑动效果确实有效,但记录不会改变。当我点击下一步没有任何反应。我注意到page

中的undefinedrecentRecords(page)
<pager total-items="recenttotalItems" page="currentPage" items-per-page="recentitemsperpage" max-size="maxsize" on-select-page="recentRecords(page)" ng-swipe-left="recentRecords(page)" ng-swipe-right="recentRecords(page)" class="pagination-sm"
                        previous-text="<<" next-text=">>"></pager>

如何传递当前页码?

0 个答案:

没有答案