1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 11:43:46 +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

@@ -39,7 +39,7 @@
<input type="checkbox" [(ngModel)]="c.checked" name="Collection[{{i}}].Checked" appStopProp>
</td>
<td>
<span appStopProp>{{c.name}}</span>
{{c.name}}
</td>
</tr>
</tbody>

View File

@@ -33,7 +33,7 @@
<input type="checkbox" [(ngModel)]="c.checked" name="Collection[{{i}}].Checked" appStopProp>
</td>
<td>
<span appStopProp>{{c.name}}</span>
{{c.name}}
</td>
</tr>
</tbody>

View File

@@ -42,7 +42,7 @@
<input type="checkbox" [(ngModel)]="c.checked" name="Collection[{{i}}].Checked" appStopProp>
</td>
<td>
<span appStopProp>{{c.name}}</span>
{{c.name}}
</td>
</tr>
</tbody>