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