javascript - Pagination in Angular UI Bootstrap -
there following code:
<pagination total-items="20" ng-model="2" items-per-page="5" data-boundary-links="true"></pagination>
i hoped code showed me 4 pages ( 20 / 5 = 4), got 1 page in pagination. what's wrong? in advance.
Comments
Post a Comment