Client: fix pagination component

pull/10/head
Chocobozzz 2016-07-06 19:56:23 +02:00
parent 6666aad459
commit efb9afc3e8
1 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,6 @@
</div>
<pagination
[totalItems]="pagination.total" [itemsPerPage]="pagination.itemsPerPage" [(ngModel)]="pagination.currentPage"
(ngModelChange)="getVideos()"
[totalItems]="pagination.total" [itemsPerPage]="pagination.itemsPerPage" [maxSize]="6" [boundaryLinks]="true" [rotate]="false"
(ngModelChange)="getVideos()" [(ngModel)]="pagination.currentPage"
></pagination>