Style and infos jump

This commit is contained in:
Sébastien André
2021-01-13 09:26:46 +01:00
parent 22df1400bd
commit df653eef0d
4 changed files with 9 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
<p><span>Gear : {{data.gear.mainCanopy}} ({{data.gear.mainCanopy}})</span></p>
<p><span>Cutaway : {{data.withCutaway}}</span></p>
<p><span>Gear : {{data.gear.name}} ({{data.gear.mainCanopy}})</span></p>
<p><mat-checkbox [(ngModel)]="data.withCutaway" labelPosition="before">Cutaway : </mat-checkbox></p>
<p><span>Notes : {{data.notes}}</span></p>