我已经尝试使用 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>