15 lines
		
	
	
		
			481 B
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			481 B
		
	
	
	
		
			HTML
		
	
	
<ol class="step-icons" ng-attr-data-active-step="{{ steps[step].slug }}">
 | 
						|
	<li
 | 
						|
		ng-repeat="(key, step) in steps"
 | 
						|
		ng-if="step.active()"
 | 
						|
		ng-class="[step.slug]"
 | 
						|
		ng-mouseenter="setActiveStep(key)">
 | 
						|
		<div class="circle" ng-include="'/assets/img/steps/' + step.slug + '.svg'"></div>
 | 
						|
		<span class="counter"></span>{{ step.name }}
 | 
						|
	</li>
 | 
						|
</ol>
 | 
						|
 | 
						|
<div class="commands" ng-cloak>
 | 
						|
	<pre><code class="hljs bash" ng-include="'partials/commands.html?v=COMMIT_HASH'"></code></pre>
 | 
						|
</div>
 |