Client: fix pagination component
This commit is contained in:
parent
6666aad459
commit
efb9afc3e8
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue