remove unused code

This commit is contained in:
Mads Rasmussen
2017-10-26 12:53:23 +02:00
parent 6aac216763
commit 86d8eae984

View File

@@ -39,12 +39,6 @@ Use this directive to render a circular progressbar.
function link(scope, element, $filter) {
function onInit() {
// centering text for all sizes
//var text = element.find(".umb-progress-circle__percentage");
//text.css({ "line-height": scope.size + "px" });
//console.log("this is the size:", scope.size);
// making sure we get the right numbers
var percent = scope.percentage;