added tests for linear workflow components
This commit is contained in:
parent
b0cc8d0f19
commit
ff07533d80
8 changed files with 198 additions and 86 deletions
|
@ -1,7 +1,7 @@
|
|||
<div class="linear-workflow-section-element"
|
||||
ng-show="$ctrl.sectionVisible"
|
||||
ng-if="$ctrl.sectionVisible"
|
||||
ng-class="$ctrl.isCurrentSection ? 'current-section' : ''">
|
||||
<form ng-submit="$ctrl.submitSection()">
|
||||
<form ng-submit="$ctrl.onSubmitSection()">
|
||||
<div ng-transclude />
|
||||
</form>
|
||||
</div>
|
||||
|
|
Reference in a new issue