removed redundant ng-true-value and ng-false-value from bs-switch

This commit is contained in:
David Baldwynn 2017-11-20 20:28:56 -08:00
parent 218d96dc2b
commit 4d8fe4c23a

View File

@ -22,9 +22,7 @@
ng-model="myform.respondentNotifications.enabled"
switch-on-text="{{ 'ON' | translate }}"
switch-off-text="{{ 'OFF' | translate }}"
switch-active="{{formHasEmailField}}"
ng-true-value="true"
ng-false-value="false">
switch-active="{{formHasEmailField}}">
</div>
</div>