removed redundant ng-true-value and ng-false-value from bs-switch
This commit is contained in:
parent
218d96dc2b
commit
4d8fe4c23a
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user