File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ angular.module('hxUtils', [])
195
195
196
196
197
197
} ,
198
- template : '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" perserveAspectRatio="xMinYMid" style="transform: rotate({{deg}}deg);"> <g> <circle style="fill:none;" r="49" cy="50%" cx="50%" stroke="{{borderStrokeColor}}" stroke-width="{{borderStrokeWidth}}"></circle> <circle style="fill:none;" r="42" cy="50%" cx="50%" stroke="{{backStrokeColor}}" stroke-width="{{backStrokeWidth}}"></circle> <circle style="fill:none;" id="circle" r="42" cy="50%" cx="50%" stroke-dasharray="{{dashArray}}" stroke-dashoffset="{{dashOffset}}" stroke="{{frontStrokeColor}}" stroke-width="{{frontStrokeWidth}}"></circle> </g> <h1>{{title}}</h1> <h2>{{name}}</h2> <h3>{{subtitle}}</h3></svg >'
198
+ template : '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" perserveAspectRatio="xMinYMid" style="transform: rotate({{deg}}deg);"> <g> <circle style="fill:none;" r="49" cy="50%" cx="50%" stroke="{{borderStrokeColor}}" stroke-width="{{borderStrokeWidth}}"></circle> <circle style="fill:none;" r="42" cy="50%" cx="50%" stroke="{{backStrokeColor}}" stroke-width="{{backStrokeWidth}}"></circle> <circle style="fill:none;" id="circle" r="42" cy="50%" cx="50%" stroke-dasharray="{{dashArray}}" stroke-dashoffset="{{dashOffset}}" stroke="{{frontStrokeColor}}" stroke-width="{{frontStrokeWidth}}"></circle> </g> </svg>< h1>{{title}}</h1> <h2>{{name}}</h2> <h3>{{subtitle}}</h3>'
199
199
}
200
200
} )
201
201
;
You can’t perform that action at this time.
0 commit comments