This is a migrated thread and some comments may be shown as answers.

Kendo UI does not work with the newest AngularJS

1 Answer 19 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Johann
Top achievements
Rank 1
Johann asked on 27 Nov 2015, 03:47 PM

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

1 Answer, 1 is accepted

Sort by
0
Johann
Top achievements
Rank 1
answered on 27 Nov 2015, 07:21 PM

I have found a solution. If I use

$timeout(function () {
 
}, 0);

instead of

$scope.$apply();

it works.
Tags
General Discussions
Asked by
Johann
Top achievements
Rank 1
Answers by
Johann
Top achievements
Rank 1
Share this question
or