Why isn't my code creating a Kendo widget?

无人久伴 提交于 2019-12-05 22:02:54

I am having the same problem.

It looks like you have based your code on the following page: http://kendo-labs.github.io/angular-kendo/

There are different versions of that library ("angular-kendo.js" file):

  1. One from example (it looks like it is an older version)
  2. Another from the github root folder https://github.com/kendo-labs/angular-kendo
  3. And from the github js folder

Some of the functionality works when pointing to the different/older version.

Edit: Solution is to get html example from the browser source. So just view the source of the page and use that example. It works for me. Examples on the page are old.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!