Commit c19a76c3 authored by Romain DELEAU's avatar Romain DELEAU

steps dynamic index

parent c4d3d97c
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</div> </div>
<div class="piece-form"> <div class="piece-form">
<div class="piece-form-title">Étape 1</div> <div class="piece-form-title">Étape {{index+1}}</div>
<mat-icon class="piece-form-comment" fontIcon="comment" *ngIf="step.comments.length > 0"></mat-icon> <mat-icon class="piece-form-comment" fontIcon="comment" *ngIf="step.comments.length > 0"></mat-icon>
<textarea [(ngModel)]="step.description"></textarea> <textarea [(ngModel)]="step.description"></textarea>
<div class="piece-form-duration"> <div class="piece-form-duration">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment