[ADF-1753] update counter (#2498)

This commit is contained in:
Cilibiu Bogdan
2017-10-18 22:15:18 +03:00
committed by Denys Vuika
parent 224c97642c
commit 4e558cb162

View File

@@ -66,6 +66,7 @@ export class FileUploadingDialogComponent implements OnInit, OnDestroy {
) )
.subscribe((event: (FileUploadDeleteEvent|FileUploadCompleteEvent)) => { .subscribe((event: (FileUploadDeleteEvent|FileUploadCompleteEvent)) => {
this.totalCompleted = event.totalComplete; this.totalCompleted = event.totalComplete;
this.changeDetecor.detectChanges();
}); });
this.errorSubscription = this.uploadService.fileUploadError this.errorSubscription = this.uploadService.fileUploadError