Using Kendo UI MOBILE (Q3 2014 Beta) with AngularJS and u-router

Can Kendo UI Mobile and Angular UI Router be combined?

I am currently using the Q3 2014 beta of Kendo UI. But I still cannot find a solution. With url / welcome state, I get something like

GET http://localhost:4000/welcome?html 404 (Not Found)

      

If I remove the kendo view I get the message

"Your kendo app mobile element does not contain direct children with the data-role =" view "attribute. Make sure you instantiate the mobile app using the correct container."

Navigation works fine without Kendo UI. Can the two be combined? Perhaps this is not recommended? Do I have to skip the Kendo app if I want to use different routing? If the only chance is to use Kendo UI and plain AngularJS without routing (or is Angular's default routing possible?) ... - how can I decouple the view from the controller? All kendo ui Angular samples show only bad coding style ...

Can Kendo UI Mobile and Angular UI Router be combined? In other words:

<div kendo-mobile-application>
    <div ui-view>
</div>

      

+3


source to share





All Articles