mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
8 lines
232 B
HTML
8 lines
232 B
HTML
<div class="linear-workflow-section-element"
|
|
ng-if="$ctrl.sectionVisible"
|
|
ng-class="$ctrl.isCurrentSection ? 'current-section' : ''">
|
|
<form ng-submit="$ctrl.onSubmitSection()">
|
|
<div ng-transclude />
|
|
</form>
|
|
</div>
|