parent
9d3542997e
commit
f2b3c89ec9
4 changed files with 59 additions and 69 deletions
|
@ -1,5 +1,8 @@
|
|||
<div class="config-bool-field-element">
|
||||
<form name="fieldform" novalidate>
|
||||
<input type="checkbox" ng-model="binding">
|
||||
<label>
|
||||
<input type="checkbox" ng-model="binding">
|
||||
<span ng-transclude/>
|
||||
</label>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Reference in a new issue