refactoring linear workflow directives

This commit is contained in:
alecmerdler 2017-02-21 15:59:26 -08:00 committed by Joseph Schorr
parent a83a7fe47a
commit e59d394491
10 changed files with 240 additions and 22 deletions

View file

@ -0,0 +1,7 @@
<div class="linear-workflow-section-element"
ng-show="$ctrl.sectionVisible"
ng-class="$ctrl.isCurrentSection ? 'current-section' : ''">
<form ng-submit="$ctrl.submitSection()">
<div ng-transclude />
</form>
</div>