1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-29 06:33:40 +00:00

stop prop on checkbox clicks

This commit is contained in:
Kyle Spearrin
2018-09-24 17:45:35 -04:00
parent 6399973bfa
commit 53675eeba7
8 changed files with 8 additions and 8 deletions

View File

@@ -22,7 +22,7 @@
<tbody>
<tr *ngFor="let g of groups; let i = index">
<td class="table-list-checkbox" (click)="check(g)">
<input type="checkbox" [(ngModel)]="g.checked" name="Groups[{{i}}].Checked">
<input type="checkbox" [(ngModel)]="g.checked" name="Groups[{{i}}].Checked" appStopProp>
</td>
<td (click)="check(g)">
<span appStopProp>{{g.name}}</span>