我尝试使用uib-pagination进行分页,一切似乎都运行良好,但唯一的问题是我无法在活动类中附加页码。
<uib-pagination
class="center-child"
total-items="filterData.length"
ng-model="page"
ng-change="pageChanged()"
previous-text="‹‹"
next-text="››"
items-per-page=3>
</uib-pagination>