change n
This commit is contained in:
parent
b72acefafe
commit
4b4bcae638
@ -190,7 +190,7 @@
|
|||||||
<div ng-switch="myModel.switchsetting">
|
<div ng-switch="myModel.switchsetting">
|
||||||
<div ng-switch-when="true">
|
<div ng-switch-when="true">
|
||||||
<switch ng-model="myModel.switchsetting" ng-init="myModel.switchsetting = true" class="green"></switch>
|
<switch ng-model="myModel.switchsetting" ng-init="myModel.switchsetting = true" class="green"></switch>
|
||||||
|
n
|
||||||
</div>
|
</div>
|
||||||
<div ng-switch-when="false">
|
<div ng-switch-when="false">
|
||||||
<switch ng-model="myModel.switchsetting" ng-init="myModel.switchsetting = false" class="green"></switch>
|
<switch ng-model="myModel.switchsetting" ng-init="myModel.switchsetting = false" class="green"></switch>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user