justgage: Donut mode
Change-Id: I1de5d55e1ec7c9aeed1cffd4e76f596a78e4e304
This commit is contained in:
parent
7e1d9c1260
commit
972c2cec04
@ -24,7 +24,9 @@ angular.module("ngJustGage", [])
|
|||||||
min: scope.min,
|
min: scope.min,
|
||||||
max: scope.max,
|
max: scope.max,
|
||||||
title: scope.title,
|
title: scope.title,
|
||||||
value: scope.value
|
value: scope.value,
|
||||||
|
donut: true,
|
||||||
|
symbol: '%'
|
||||||
};
|
};
|
||||||
|
|
||||||
if (scope.options) {
|
if (scope.options) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user