refactoring linear workflow directives
This commit is contained in:
parent
a83a7fe47a
commit
e59d394491
10 changed files with 240 additions and 22 deletions
|
@ -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>
|
Reference in a new issue