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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreHome/angularjs/progressbar/progressbar.directive.html')
-rw-r--r--plugins/CoreHome/angularjs/progressbar/progressbar.directive.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/CoreHome/angularjs/progressbar/progressbar.directive.html b/plugins/CoreHome/angularjs/progressbar/progressbar.directive.html
deleted file mode 100644
index 5bbb4e4400..0000000000
--- a/plugins/CoreHome/angularjs/progressbar/progressbar.directive.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<div class="progressbar">
- <div class="progress">
- <div class="determinate" style="width: 0"
- ng-style="{width: (progress + '%')}"></div>
- </div>
- <span ng-show="!!label"><img src='./plugins/Morpheus/images/loading-blue.gif'/> <span ng-bind-html="label"></span></span>
-</div> \ No newline at end of file