* show wip limit even if there is zero items in a row
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<h1>
|
<h1>
|
||||||
{{rowHeading}}
|
{{rowHeading}}
|
||||||
<ng-template [ngIf]="wipCount">
|
<ng-template [ngIf]="wipLimit">
|
||||||
- {{wipCount}}/{{wipLimit}}
|
- {{wipCount}}/{{wipLimit}}
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user