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