Commit a7010295d4b8fd76ca8a481941237945f131e8df

Authored by Ábner Oliveira
2 parents e718e90e 07ccb381

Merge branch 'master' of softwarepublico.gov.br:noosfero-themes/angular-theme

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/app/article/types/blog/blog.html
... ... @@ -17,8 +17,8 @@
17 17 </div>
18 18 </div>
19 19  
20   - <pagination ng-model="ctrl.currentPage" total-items="ctrl.totalPosts" class="pagination-sm center-block"
  20 + <uib-pagination ng-model="ctrl.currentPage" total-items="ctrl.totalPosts" class="pagination-sm center-block"
21 21 boundary-links="true" items-per-page="ctrl.perPage" ng-change="ctrl.loadPage()"
22 22 first-text="«" last-text="»" previous-text="‹" next-text="›">
23   - </pagination>
  23 + </uib-pagination>
24 24 </div>
... ...