Angular.js中的KendoUI-如何更新多个指针的值 [英] KendoUI in angular.js - how to update multiple pointers value

查看:69
本文介绍了Angular.js中的KendoUI-如何更新多个指针的值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将" kendo.directives "的kendo-radialgauge与两个指针一起使用,但是我的问题是从控制器更新两个指针.我该怎么办?

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 ?

UI中的两个指针

 <span kendo-radialgauge   k-options="options"   k-ng-model="menuOptions"    ></span>

angular.module("app",["kendo.directives"])

angular.module("app", ["kendo.directives"])

推荐答案

我不知道剑道,但是我发现了:
http://docs.telerik.com/kendo-ui/AngularJS/introduction#widget-up-up-option-changes

您还可以阅读有关控制器指令通信和scope.$ watch,scope.$ on

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

这篇关于Angular.js中的KendoUI-如何更新多个指针的值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆