1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

checkbox is avoid ambiguous

This commit is contained in:
Kyle Spearrin
2018-02-11 01:26:19 -05:00
parent 70b4f97f2c
commit e843578df9
2 changed files with 4 additions and 1 deletions

View File

@@ -68,7 +68,7 @@
<div class="box-content-row box-content-row-checkbox" appBoxRow>
<label for="ambiguous">{{'ambiguous' | i18n}}</label>
<input id="ambiguous" type="checkbox" (change)="saveOptions()"
[(ngModel)]="options.ambiguous">
[(ngModel)]="avoidAmbiguous">
</div>
</div>
</div>