jquery - Kendo Gauge with multiple pointers angular -


i have kendo radial gauge 3 pointers. defined them in same way example (http://demos.telerik.com/kendo-ui/radial-gauge/multiple-pointers). problem can't figure out how assign values 3 pointers (it doesn't have in 1 call). way in jquery .allvalues function , can't figure out or how in angular. here's tried:

$scope.mygauge[1] = 50; $scope.mygauge = [20, 50, 80]; 

they both seem change first pointer , not other two. tried breaks angular code.

$scope.mygauge.pointers[1].value(50); $scope.mygauge.data("kendoradialgauge).pointers[1].value(50); 

i gave gauge id of "radial1" , able set each pointer way. still using jquery , makes ng-model useless, works @ least. if has answer of how angular feel free share otherwise now

$("#radial1").data("kendoradialgauge").pointers[1].value(50) 

Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -