Start on config setup tool. This tool is not yet functional.

This commit is contained in:
Joseph Schorr 2014-12-26 16:54:36 -05:00
parent cac19cac57
commit 1142b1bc18
19 changed files with 1336 additions and 7 deletions

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