Flatify分页
Posted YZ-M
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Flatify分页相关的知识,希望对你有一定的参考价值。
Flatify分页:
<ul uib-pagination total-items="siteCount"
items-per-page="1"
max-size="10"
boundary-links="true"
rotate="false"
previous-text="<"
next-text=">"
first-text="首页"
last-text="尾页"
boundary-link-numbers="true"
ng-model="data.currentPage"
ng-change="pageChanged(data.currentPage)"></ul>
以上是关于Flatify分页的主要内容,如果未能解决你的问题,请参考以下文章