[ADF-1348] Upload Dialog - 'Cancel All' button does not render (#2192)

* refactored isUploadCancelled and isUploadCompleted

* improved checks
This commit is contained in:
Cilibiu Bogdan
2017-08-10 12:26:25 +03:00
committed by Denys Vuika
parent f372f4925d
commit a277a00a96
4 changed files with 116 additions and 41 deletions

View File

@@ -54,7 +54,7 @@ export class FileModel {
this.id = this.generateId();
this.name = file.name;
this.size = file.size;
this.data = {};
this.data = null;
this.progress = {
loaded: 0,