7 lines
		
	
	
	
		
			232 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 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>
 |