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
10
static/directives/config/config-variable-field.html
Normal file
10
static/directives/config/config-variable-field.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<div class="config-variable-field-element">
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-default"
|
||||
ng-repeat="section in sections"
|
||||
ng-click="setSection(section)"
|
||||
ng-class="section == currentSection ? 'active' : ''">{{ section.title }}</button>
|
||||
</div>
|
||||
|
||||
<span ng-transclude></span>
|
||||
</div>
|
Reference in a new issue