Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
here is the link of my jsfiddle for the same-
http://jsfiddle.net/akki166786/MYe2T/[^]

my code is -

HTML
<script src="~/Scripts/jquery-1.7.1.min.js"></script>
<script src="~/Scripts/angular/angularjs.js"></script>
<script src="~/Scripts/Kendo/kendo.all.min.js"></script>
<script src="~/Scripts/angular/angular-kendo.js"></script>

<script>
    var myModule = angular.module('myApp', ["kendo.directives"]);
</script>

<div ng-app="myApp">
    <div data-kendo data-role="calendar"></div>
    
</div>
Posted
Updated 12-Jun-13 21:13pm
v3

1 solution

angular-kendo.js has the dependency on Underscore.js so we need include that library in our Library (we can download it from http://underscorejs.org/[^]), it removes the error bt still i am not getting any widget on my view page, i don't know what is the problem.
 
Share this answer
 
v2
Comments
CHill60 12-Jun-13 9:50am    
If you have something to add to your post then please use the Improve question link - don't post a solution to your own post as it will not then appear in the list of Unanswered questions
akki166786 12-Jun-13 9:54am    
@Chil60 thanx for ur suggestion, i am new in this forum and dont know much how to use it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900