Start on config setup tool. This tool is not yet functional.
This commit is contained in:
parent
cac19cac57
commit
1142b1bc18
19 changed files with 1336 additions and 7 deletions
5
static/directives/config/config-bool-field.html
Normal file
5
static/directives/config/config-bool-field.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<div class="config-bool-field-element">
|
||||
<form name="fieldform" novalidate>
|
||||
<input type="checkbox" ng-model="binding">
|
||||
</form>
|
||||
</div>
|
Reference in a new issue