Fix checkboxes in setup tool to use a directive

Fixes #1481
This commit is contained in:
Joseph Schorr 2016-05-20 12:23:32 -05:00
parent 9d3542997e
commit f2b3c89ec9
4 changed files with 59 additions and 69 deletions

View file

@ -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>