Edit localStorage changes

This commit is contained in:
Lucàs
2022-07-28 20:16:05 +02:00
parent 8f29701973
commit b82d5445c2
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
</div>
<div class="columns" *ngFor="let item of list">
<input type="checkbox" [(ngModel)]="item.checked" name="{{ item.text }}" id="{{ item.text }}">
<input type="checkbox" [(ngModel)]="item.checked" (ngModelChange)="saveList()" name="{{ item.text }}" id="{{ item.text }}">
<label class="checkbox pl-2" for="{{ item.text }}">
{{ item.text }}
</label>