KendoUI in angular.js - how to update multiple pointers value

橙三吉。 提交于 2019-12-12 02:08:58

问题


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"])


回答1:


I don't know kendo but I found this:
http://docs.telerik.com/kendo-ui/AngularJS/introduction#widget-update-upon-option-changes

You can also read about controller-directive communication and about scope.$watch, scope.$on



来源:https://stackoverflow.com/questions/38954898/kendoui-in-angular-js-how-to-update-multiple-pointers-value

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!