diff --git a/angular-progress-arc.js b/angular-progress-arc.js index 5213e77..5bf39cb 100644 --- a/angular-progress-arc.js +++ b/angular-progress-arc.js @@ -38,7 +38,8 @@ stroke: '@', // Color/appearance of stroke. counterClockwise: '@', // Boolean value indicating complete: '&', // Expression evaluating to float [0.0, 1.0] - background: '@' // Color of the background ring. Defaults to null. + background: '@', // Color of the background ring. Defaults to null. + text: '@' //Text to be displayed }, compile: function (element, attr) { @@ -58,7 +59,7 @@ }; }, template: - '' + + '
' + '' + - '' + '
' + + '
' }; }]);