d080ca2cc6
further improve developer morale get initial angular loading Add remote css to config index Starts work to port endpoints into config app Add the api blueprint
8 lines
200 B
HTML
8 lines
200 B
HTML
<div class="config-bool-field-element">
|
|
<form name="fieldform" novalidate>
|
|
<label>
|
|
<input type="checkbox" ng-model="binding">
|
|
<span ng-transclude/>
|
|
</label>
|
|
</form>
|
|
</div>
|