I'm trying to use kendo-radialgauge of "kendo.directives
" with two pointers but my problem is to update the both pointers from controller.
How can I do it ?
Two pointers in UI
<span kendo-radialgauge k-options="options" k-ng-model="menuOptions" ></span>
angular.module("app", ["kendo.directives"])