diff --git a/angular.html b/angular.html
index b38203d..5f450cc 100644
--- a/angular.html
+++ b/angular.html
@@ -29,6 +29,7 @@
+
@@ -188,8 +189,8 @@
{{getName(download)}}
+
-
+
|
-
+ |
+
+
+ -
+ Status: {{download.status}}
+
+
+ -
+ ETA: {{getEta(download) | time}}
+
+
+ -
+ Size: {{download.totalLength | blength}}
+
+
+ -
+ Downloaded: {{download.completedLength | blength}}
+
+
+ -
+ Progress: {{getProgress(download)}}%
+
+
+ -
+ Speed: {{download.downloadSpeed | bspeed}}
+
- - Status: {{download.status}}
- - ETA: {{getEta(download) | time}}
- - Size: {{download.totalLength | blength}}
- - Downloaded: {{download.completedLength | blength}}
- - Progress: {{getProgress(download)}}%
- - Speed: {{download.downloadSpeed | bspeed}}
+
+
+ -
+ Status: {{download.status}}
+
- - Status: {{download.status}}
- - Size: {{download.totalLength | blength}}
- - Downloaded: {{download.completedLength | blength}}
- - Path: {{download.dir}}
+ -
+ Size: {{download.totalLength | blength}}
+
- - Status: {{download.status}}
- - Path: {{download.dir}}
- - Size: {{download.totalLength | blength}}
+ -
+ Downloaded: {{download.completedLength | blength}}
+
- - Status: {{download.status}}
- - Path: {{download.dir}}
- - Size: {{download.totalLength | blength}}
+ -
+ Path: {{download.dir}}
+
- - Status: {{download.status}}
- - Path: {{download.dir}}
- - Size: {{download.totalLength | blength}}
+
+
+ -
+ Status: {{download.status}}
+
+
+ -
+ Path: {{download.dir}}
+
+
+ -
+ Size: {{download.totalLength | blength}}
+
+
+
+
+ -
+ Status: {{download.status}}
+
+
+ -
+ Path: {{download.dir}}
+
+
+ -
+ Size: {{download.totalLength | blength}}
+
+
+
+ -
+ Status: {{download.status}}
+
+
+ -
+ Path: {{download.dir}}
+
+
+ -
+ Size: {{download.totalLength | blength}}
+
+
+
|
@@ -356,7 +460,7 @@