Angularjs Bootstrap分页在单个页面中进行多次分页问题

时间:2019-02-22 15:44:12

标签: angularjs pagination angular-ui-bootstrap

我正在使用Angularjs Bootstrap分页。 我正在尝试在单个页面中使用多个页面调度。但是只有一个分页表有效,而其他分页表无效。我对此有任何解决方案。 代码如下:

<pagination id="Page1" boundary-links="true" max-size="4" items-per-page="Page1.itemsPerPage" total-items="Page1.arraylength" ng-model="Page1.currentPage" ng-change="Page1.PageChanged()"></pagination>

<pagination id="Page2" boundary-links="true" max-size="4" items-per-page="Page2.itemsPerPage" total-items="Page2.arraylength" ng-model="Page2.currentPage" ng-change="Page2.PageChanged()"></pagination>

使用:

<script data-require="angular-ui-bootstrap@0.11.0" data-semver="0.11.0" src="https://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.11.0.js"></script>

0 个答案:

没有答案