fix index
This commit is contained in:
parent
4504462352
commit
ae1b0a5bd2
@ -168,7 +168,7 @@
|
||||
</mat-card-header>
|
||||
<mat-card-content>
|
||||
<ol class="mb-0 ml-1 pl-3">
|
||||
<div *ngFor="let holding of (showAllTop ? positions.slice(pageIndexTop * pageSize, (pageIndexTop + 1) * pageSize) : positions | slice:0:5); track holding">
|
||||
<div *ngFor="let holding of (showAllTop ? positions.slice(pageIndexTop * pageSize, (pageIndexTop + 1) * pageSize) : positions | slice:0:5); index as i">
|
||||
<li class="py-1" value="{{pageSize * pageIndexTop + i + 1}}">
|
||||
<a
|
||||
class="d-flex"
|
||||
|
Loading…
x
Reference in New Issue
Block a user