mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1753] update counter (#2498)
This commit is contained in:
committed by
Denys Vuika
parent
224c97642c
commit
4e558cb162
@@ -66,6 +66,7 @@ export class FileUploadingDialogComponent implements OnInit, OnDestroy {
|
||||
)
|
||||
.subscribe((event: (FileUploadDeleteEvent|FileUploadCompleteEvent)) => {
|
||||
this.totalCompleted = event.totalComplete;
|
||||
this.changeDetecor.detectChanges();
|
||||
});
|
||||
|
||||
this.errorSubscription = this.uploadService.fileUploadError
|
||||
|
Reference in New Issue
Block a user