用于 Kendo UI 移动的 AngularJS 路由

Posted

技术标签:

【中文标题】用于 Kendo UI 移动的 AngularJS 路由【英文标题】:AngularJS routing for Kendo UI mobile 【发布时间】:2013-07-18 15:35:56 【问题描述】:

我开始使用 Kendo UI mobile、AngularJS、PhoneGap 开发移动应用程序。使用 Angular 路由的东西会很好。但是 Kendo UI mobile 有自己的路由系统。有什么方法可以使用 AngularJS 路由系统而不是移动版 Kendo UI?

也许是一些包装器......

【问题讨论】:

您找到解决方案了吗?我到处搜索才知道这一点! 【参考方案1】:

嗯,Angularjs 的路由都是基于客户端的,所以你可以在不需要 kendoui 路由的情况下使用它,你只需要为 Angular 设置路由。您可以路由到您想要的任何网址。也就是说,如果您需要 Kendoui 提供的特定功能,它有一个客户端版本的路由,您可以使用 javascript 将两者结合起来,两者的路由语法非常相似。

【讨论】:

以上是关于用于 Kendo UI 移动的 AngularJS 路由的主要内容,如果未能解决你的问题,请参考以下文章

使用 Kendo UI 和 AngularJS 创建基本数据网格

Kendo UI和AngularJS常见问题解析

AngularJS +Kendo UI Grid template

一个Kendo UI许可证是否涵盖所有控件?

kendo ui AngularJS Grid CRUD操作

如何使用 Kendo UI 查询本地 websql 数据库