forked from tykayn/funky-framadate-front
hop
This commit is contained in:
parent
b2b8056b7e
commit
dc382017a2
@ -33,8 +33,8 @@
|
||||
</h3>
|
||||
<p class="nobold text-14" for="copyLink">
|
||||
Pour partager le sondage, vous pouvez diffuser ce lien :
|
||||
<a href="{{ poll.urlPublic }}">
|
||||
{{ poll.urlPublic }}
|
||||
<a href="{{ window.location.href }}">
|
||||
{{ window.location.href }}
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
@ -30,6 +30,7 @@ export class ConsultationComponent implements OnInit, OnDestroy {
|
||||
id: '',
|
||||
};
|
||||
private routeSubscription: Subscription;
|
||||
window: any;
|
||||
|
||||
constructor(
|
||||
private router: Router,
|
||||
|
Loading…
Reference in New Issue
Block a user