forked from tykayn/funky-framadate-front
fix publicity of properties in consultation
This commit is contained in:
parent
4ee326445b
commit
81a6e689e2
@ -21,10 +21,10 @@ export class ConsultationComponent implements OnInit, OnDestroy {
|
|||||||
public environment = environment;
|
public environment = environment;
|
||||||
private routeSubscription: Subscription;
|
private routeSubscription: Subscription;
|
||||||
window: any;
|
window: any;
|
||||||
private isArchived: boolean;
|
public isArchived: boolean;
|
||||||
private poll: Poll;
|
public poll: Poll;
|
||||||
private pollSlug: string;
|
public pollSlug: string;
|
||||||
private pass_hash: string;
|
public pass_hash: string;
|
||||||
maxYesCount: any = 1;
|
maxYesCount: any = 1;
|
||||||
detailledDisplay: boolean = false;
|
detailledDisplay: boolean = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user