Navigate on AngularJS + Kendo UI Mobile -
i new angularjs + kendo ui mobile.
how can navigate page angular controller?
i tried code:
var app = $("#app").data("kendomobileapplication"); app.navigate("#menucategories");
but error: "error: [$rootscope:inprog] $digest in progress"
and ngroute see:
"the mobile application instantiates , maintains own routing mechanism based on router component, automatically matches , instantiates views when navigating. ... note angularjs routing mechanisms not supported"
thanks in advance
sorry bad english ..
naomi.
telerik team answer me, solution is: kendo.mobile.application.navigate(viewname) (without '#' sign)
Comments
Post a Comment