[DEBUG] correct scope
This commit is contained in:
parent
cd986efd0c
commit
9c04e8757b
@ -26,12 +26,12 @@ export class PopInUploadProgress implements OnInit {
|
|||||||
@Input() mediaSize: number = 999999999999;
|
@Input() mediaSize: number = 999999999999;
|
||||||
@Input() result: string = null;
|
@Input() result: string = null;
|
||||||
@Input() error: string = null;
|
@Input() error: string = null;
|
||||||
private closeButtonTitle: string = "Abort";
|
public closeButtonTitle: string = "Abort";
|
||||||
private otherButtonTitle: string = null;
|
public otherButtonTitle: string = null;
|
||||||
private validateButtonTitle: string = null;
|
public validateButtonTitle: string = null;
|
||||||
private uploadDisplay: string = "";
|
public uploadDisplay: string = "";
|
||||||
private sizeDisplay: string = "";
|
public sizeDisplay: string = "";
|
||||||
private progress: number = 0;
|
public progress: number = 0;
|
||||||
constructor(private router: Router,
|
constructor(private router: Router,
|
||||||
private popInService: PopInService) {
|
private popInService: PopInService) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user