Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-09-30 22:47:46 +0300
committerbrantje <brantje@gmail.com>2016-09-30 22:47:46 +0300
commit4a074958f53df92741c3fe292c2c542659233fd5 (patch)
treef3f2ae6e2f4edbd0aa182a7112e3743495130d09 /js/app/directives
parent89c4644ff3b23c0bed9947cdfcb4275c44e3d334 (diff)
Implement new updated progressbar to templates
Diffstat (limited to 'js/app/directives')
-rw-r--r--js/app/directives/progressbar.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/app/directives/progressbar.js b/js/app/directives/progressbar.js
index 2f8bfe4e..19423f35 100644
--- a/js/app/directives/progressbar.js
+++ b/js/app/directives/progressbar.js
@@ -15,6 +15,7 @@ angular.module('passmanApp')
'<div class="progress-bar" role="progressbar" aria-valuenow="{{progress}}"aria-valuemin="0" aria-valuemax="100" style="width:{{progress}}%;" use-theme>'+
'<span class="sr-only">{{progress}}% Complete</span>' +
'<span ng-if="index && total" class="progress-label" use-theme type="\'color\'" color="\'true\'">{{index}} / {{total}}</span>'+
+ '<span ng-if="!index && !total" class="progress-label" use-theme type="\'color\'" color="\'true\'">{{progress}}%</span>'+
'</div>'+
'</div>',
scope: {