From aab6ea801b81ee0aa8368483a2f15070ea574cf9 Mon Sep 17 00:00:00 2001 From: Le Libre Au Quotidien Date: Tue, 10 Sep 2019 11:03:26 +0200 Subject: [PATCH] Remove placeholder --- .../create-or-retrieve/create-or-retrieve.component.html | 4 +--- .../pages/end-confirmation/end-confirmation.component.html | 2 +- src/app/pages/home/home.component.html | 3 --- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/app/pages/create-or-retrieve/create-or-retrieve.component.html b/src/app/pages/create-or-retrieve/create-or-retrieve.component.html index 709cb22c..b05c4d93 100644 --- a/src/app/pages/create-or-retrieve/create-or-retrieve.component.html +++ b/src/app/pages/create-or-retrieve/create-or-retrieve.component.html @@ -20,9 +20,7 @@ > C'est parti - - > - + diff --git a/src/app/pages/end-confirmation/end-confirmation.component.html b/src/app/pages/end-confirmation/end-confirmation.component.html index d6aaf4ee..d354ec5c 100644 --- a/src/app/pages/end-confirmation/end-confirmation.component.html +++ b/src/app/pages/end-confirmation/end-confirmation.component.html @@ -1,7 +1,7 @@

Et c'est tout pour nous!

-

Votre sondage "Nom du sondage" a bien été crée
+

Votre sondage "{{ config.title }}" a bien été crée
Voici les liens d'accès au sondage,conservez les soigneusement

Coté administrateur-ice-eux

diff --git a/src/app/pages/home/home.component.html b/src/app/pages/home/home.component.html index a3b58fc5..82dac2f5 100644 --- a/src/app/pages/home/home.component.html +++ b/src/app/pages/home/home.component.html @@ -38,7 +38,6 @@ type="text" id="poll_title" name="poll_title" - placeholder="titre" [(ngModel)]="config.title" > @@ -51,7 +50,6 @@ type="text" name="my_name" id="my_name" - placeholder="mon nom" [(ngModel)]="config.myName" > @@ -68,7 +66,6 @@ id="poll_description" name="poll_description" [(ngModel)]="config.description" - placeholder="description" cols="50" lines="5" >