Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi,
if I use the newest or any of newer Versions of AngularJS, the Kendo UI components will not shown correctly. It looks like the directives does not work.
I use Kendo UI and AngularJS in a Cordova application.
With best regards
Johann
I have found a solution. If I use
$timeout(
function
() {
}, 0);
instead of
$scope.$apply();