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

dont stop prob on label simple label click for cb list

This commit is contained in:
Kyle Spearrin
2018-10-24 22:15:09 -04:00
parent 340e377b37
commit 8da1bb13ff
7 changed files with 10 additions and 12 deletions

View File

@@ -25,7 +25,7 @@
<input type="checkbox" [(ngModel)]="g.checked" name="Groups[{{i}}].Checked" appStopProp>
</td>
<td (click)="check(g)">
<span appStopProp>{{g.name}}</span>
{{g.name}}
</td>
</tr>
</tbody>