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>
|
</div>
|
||||||
|
|
||||||
<pagination
|
<pagination
|
||||||
[totalItems]="pagination.total" [itemsPerPage]="pagination.itemsPerPage" [(ngModel)]="pagination.currentPage"
|
[totalItems]="pagination.total" [itemsPerPage]="pagination.itemsPerPage" [maxSize]="6" [boundaryLinks]="true" [rotate]="false"
|
||||||
(ngModelChange)="getVideos()"
|
(ngModelChange)="getVideos()" [(ngModel)]="pagination.currentPage"
|
||||||
></pagination>
|
></pagination>
|
||||||
|
|
Loading…
Reference in a new issue