Skip to content
Snippets Groups Projects
Commit b0c01775 authored by pgiertych's avatar pgiertych
Browse files

move progress bar flag change

parent c46f57d1
Branches
Tags
No related merge requests found
......@@ -21,6 +21,7 @@ export class DomainuploadComponent implements OnInit {
myUploader(event: any) {
console.log(event.files[0])
// TODO add some in progress bar when waiting for information
this.showProgressBar = true;
this.deployService.uploadUserDomainFile(event.files[0]).subscribe( val => {
console.warn("done")
this.deployService.bulk = val;
......@@ -30,7 +31,6 @@ export class DomainuploadComponent implements OnInit {
this.router.navigate(['admin/domains/deploy/summary'])
}
});
this.showProgressBar = true;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment