more items crossed off

This commit is contained in:
Drew Ansbacher
2021-08-19 16:59:05 -06:00
committed by Aiden McClelland
parent b27748b839
commit a61cdb088f
3 changed files with 28 additions and 18 deletions

View File

@@ -14,7 +14,7 @@
<ion-content>
<ion-item-group>
<ion-item *ngFor="let option of options | keyvalue : asIsOrder">
<ion-label>{{ option.key }}</ion-label>
<ion-label>{{ spec.spec['value-names'][option.key] }}</ion-label>
<ion-checkbox slot="end" [(ngModel)]="option.value" (click)="toggleSelected(option.key)"></ion-checkbox>
</ion-item>
</ion-item-group>