标签:分页 previous number count ota first next ber size
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>
标签:分页 previous number count ota first next ber size
原文地址:http://www.cnblogs.com/maoyazhi/p/6104395.html