Commit 0a2a4ea2 authored by Romain DELEAU's avatar Romain DELEAU

dynamic numbers for missions

parent dab8025c
......@@ -14,7 +14,7 @@
<div class="piece-form-title">Objectif pédagogique</div>
<mat-icon class="piece-form-comment" fontIcon="comment" *ngIf="scenario.missions[i].comments.length > 0"></mat-icon>
<div class="piece-form-objective">
<label for="objective">Commun pour la mission 1</label>
<label for="objective">Commun pour la mission {{i+1}}</label>
<textarea name="objective" [(ngModel)]="educationnalObjective.objective" placeholder="Comprendre les rôles impliqués dans la conception d'un site web"></textarea>
</div>
......
......@@ -11,7 +11,7 @@
</div>
<div class="piece-form">
<div class="piece-form-title">Contexte de la mission 1</div>
<div class="piece-form-title">Contexte de la mission {{i+1}}</div>
<div class="piece-form-duration">
<label for="duration">Durée</label>
<input name="duration" type="text" [(ngModel)]="missionContext.duration" placeholder="1h"/>
......
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