Jen Looper @jenlooper

Cody Lindley @codylindley

Developer Relations

Telerik

What is Kendo UI?

  • 70+ jQuery-based UI widgets in one powerful toolset
  • Bootstrap support
  • mobile controls
  • offline data solution

and

The Kendo UI framework is seamlessly integrated with AngularJS

Kendo UI widgets support Angular bindings

3 easy steps:

1: include jQuery, Angular and Kendo libraries:

<script src="jquery.js"></script>
<script src="angular.js"></script>
<script src="kendo.all.js"></script>

3 easy steps:

2: declare dependency on Kendo directives

var app = angular.module("your-angular-app", [ "kendo.directives" ]);

3 easy steps:

3: start using Kendo widgets the Angular way!

<label>Birthday: <input kendo-date-picker /></label>

​​all of our widgets have directives

 

 

 

all the directives are part of kendo.all.min.js and kendo.ui.core.min.js

 

​​

we support and maintain these directives

 

they are free

come by our booth!

Jen Looper @jenlooper

Cody Lindley @codylindley

Angular + Kendo @ ng-conf

By Jen Looper

Angular + Kendo @ ng-conf

  • 1,404