From 78b204a3eedee52c97f2a7ee809d770177b52bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Andr=C3=A9?= Date: Wed, 13 Nov 2019 14:18:17 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20des=20infos=20dans=20les=20listes=20d?= =?UTF-8?q?=C3=A9roulantes=20du=20formulaire=20d'ajout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/app/new-jump/new-jump.component.html | 23 ++++------- .../src/app/new-jump/new-jump.component.ts | 41 +++++++++++++++++++ 2 files changed, 50 insertions(+), 14 deletions(-) diff --git a/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html b/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html index 386e8fa..7019045 100644 --- a/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html +++ b/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html @@ -2,25 +2,27 @@ Choose the jump type - Option 1 - Option 2 (disabled) - Option 3 + + {{jumpType.name}} + Choose the aircraft - Option 1 - Option 2 + + {{aircraft.name}} + Choose the DZ - Option 1 - Option 2 + + {{dropZone.name}} + @@ -34,12 +36,6 @@ With a cutaway ? - - @@ -67,7 +63,6 @@ -