diff --git a/src/app/pages/poll-display/poll-display.component.html b/src/app/pages/poll-display/poll-display.component.html index af4666ff..eec65087 100644 --- a/src/app/pages/poll-display/poll-display.component.html +++ b/src/app/pages/poll-display/poll-display.component.html @@ -1,28 +1,70 @@
+
-

{{pollConfigFetched.data.title}}

-

{{pollConfigFetched.data.description}}

+

{{config.currentPoll.data.title}}

+

{{config.currentPoll.data.description}}

- Créé le {{pollConfigFetched.data.creationDate.date}} + Créé le {{config.currentPoll.data.creationDate.date}} - Expire le {{pollConfigFetched.data.expiracyDate.date}} + Expire le {{config.currentPoll.data.expiracyDate.date}}
- {{pollConfigFetched.stacks.length}} votants, - {{pollConfigFetched.choices.length}} choix, + {{config.currentPoll.stacks.length}} votants, + {{config.currentPoll.choices.length}} choix,
-
+
+ + + +
@@ -36,9 +78,15 @@ id="name" [(ngModel)]="config.myName" > -
-
- +
+
+ +
- - -
+
+ + +
+ +

Laisser un commentaire

- + *ngFor="let c of comments " >