AngularJS + Kendo UI 移动应用上的路由
Routing on AngularJS + Kendo UI Mobile app
我对 AngularJS + Kendo UI Mobile 很陌生。
我什至不确定它是否应该被称为 Angular Kendo。
然而,在阅读各种资料时,我遇到了关于使用 AngularJS 和 Kendo UI 移动应用的路由机制的相互矛盾的陈述。
http://docs.telerik.com/kendo-ui/AngularJS/introduction 说:
If you are using AngularJS then you probably want to use Angular's own routing mechanism and data binding. Do not mix that with Kendo MVVM.
但是这里的这个例子 http://docs.telerik.com/kendo-ui/mobile/angular/angular 提到:
The mobile application instantiates and maintains its own routing mechanism based on the router component, which automatically matches and instantiates views when navigating. Unlike the ng-route/ng-view and the ui-router implementations, the mobile application does not unload the previous view when navigating to the new one.
那么,我该怎么办?哪种方式最受青睐?为什么?
我收到了与您相同的相互矛盾的信息。基本上,似乎 Telerik 在 2014 年 4 月左右首先提出了一个解决方案,但随后在 2014 年 11 月左右修改了集成和结构化方法。
此处链接的 Telerik 资源应该对寻求将 AngularJS 功能最佳集成到 Kendo UI 移动设备中的开发人员有所帮助,因为它是 post 2014 年第 3 季度版本: http://docs.telerik.com/kendo-ui/mobile/angular/sushi-angular-tutorial
我对 AngularJS + Kendo UI Mobile 很陌生。
我什至不确定它是否应该被称为 Angular Kendo。
然而,在阅读各种资料时,我遇到了关于使用 AngularJS 和 Kendo UI 移动应用的路由机制的相互矛盾的陈述。
http://docs.telerik.com/kendo-ui/AngularJS/introduction 说:
If you are using AngularJS then you probably want to use Angular's own routing mechanism and data binding. Do not mix that with Kendo MVVM.
但是这里的这个例子 http://docs.telerik.com/kendo-ui/mobile/angular/angular 提到:
The mobile application instantiates and maintains its own routing mechanism based on the router component, which automatically matches and instantiates views when navigating. Unlike the ng-route/ng-view and the ui-router implementations, the mobile application does not unload the previous view when navigating to the new one.
那么,我该怎么办?哪种方式最受青睐?为什么?
我收到了与您相同的相互矛盾的信息。基本上,似乎 Telerik 在 2014 年 4 月左右首先提出了一个解决方案,但随后在 2014 年 11 月左右修改了集成和结构化方法。
此处链接的 Telerik 资源应该对寻求将 AngularJS 功能最佳集成到 Kendo UI 移动设备中的开发人员有所帮助,因为它是 post 2014 年第 3 季度版本: http://docs.telerik.com/kendo-ui/mobile/angular/sushi-angular-tutorial