From 8fd653afbc1864ec085d74b770ee53619eb73ce2 Mon Sep 17 00:00:00 2001 From: Peter Bastiani Date: Fri, 29 Nov 2019 09:18:35 +0100 Subject: [PATCH] AW-698 Round percentage "Uploading files". --- .../resumable-file-upload/resumable-file-upload.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/common/src/fm/components/resumable-file-upload/resumable-file-upload.component.html b/projects/common/src/fm/components/resumable-file-upload/resumable-file-upload.component.html index 2c0f51d..a062114 100644 --- a/projects/common/src/fm/components/resumable-file-upload/resumable-file-upload.component.html +++ b/projects/common/src/fm/components/resumable-file-upload/resumable-file-upload.component.html @@ -2,7 +2,7 @@
- Uploading files ({{uploadService.totalProgress}} %) + Uploading files ({{uploadService.totalProgress | number:'1.1-1'}} %) Uploaded {{uploadService.files.length}} files