This commit is contained in:
gandhimathi 2018-02-09 11:38:03 +05:30
parent b72acefafe
commit 4b4bcae638

View File

@ -190,7 +190,7 @@
<div ng-switch="myModel.switchsetting">
<div ng-switch-when="true">
<switch ng-model="myModel.switchsetting" ng-init="myModel.switchsetting = true" class="green"></switch>
n
</div>
<div ng-switch-when="false">
<switch ng-model="myModel.switchsetting" ng-init="myModel.switchsetting = false" class="green"></switch>