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>
原文地址:https://www.cnblogs.com/maoyazhi/p/6104395.html