tasks.html 351 Bytes
<h3>{{"tasks.header" | translate}}</h3>

<task-list [tasks]="vm.tasks"></task-list>

<uib-pagination ng-model="vm.currentPage" total-items="vm.total" class="pagination-sm center-block"
  boundary-links="true" items-per-page="vm.perPage" ng-change="vm.loadPage()"
  first-text="«" last-text="»" previous-text="‹" next-text="›">
</uib-pagination>