From 8eecb506c3c448273a2d52fc7f28733b09e93717 Mon Sep 17 00:00:00 2001 From: tykayn Date: Sun, 11 Aug 2019 17:44:11 +0200 Subject: [PATCH] :zap: add my name input in first form --- src/app/config/PollConfig.ts | 1 + .../form-container.component.html | 25 ++++++++++++++++--- .../create-or-retrieve.component.html | 10 ++++---- 3 files changed, 27 insertions(+), 9 deletions(-) diff --git a/src/app/config/PollConfig.ts b/src/app/config/PollConfig.ts index 2837f892..a2ccb5f4 100644 --- a/src/app/config/PollConfig.ts +++ b/src/app/config/PollConfig.ts @@ -16,6 +16,7 @@ export class PollConfig { pollType = 'classic'; title = ''; description = ''; + myName = ''; visibility = 'link_only'; // date specific poll allowSeveralHours = false; diff --git a/src/app/form-container/form-container.component.html b/src/app/form-container/form-container.component.html index ea17a536..3dfdb9c1 100644 --- a/src/app/form-container/form-container.component.html +++ b/src/app/form-container/form-container.component.html @@ -1,6 +1,9 @@
+

+ Pour commencer +