- Add version number to top of minified file ((issue #50)[kendo-labs#50])
- Update Kendo UI version in demos to 2013.2.716
- Add initial view value to widgets with ng-model binding ((issue #53)[kendo-labs#53])
- Change DataSource delcaration to literal on demos so all DropDowns show optionLabel ((issue #57)[kendo-labs#57]
- Minified file is fixed (issue #26)
- Safe apply added (issue #27)
- Changed directive to
kendo-widget-nameinstead ofdata-roledeclaration - Configuration options object can now be passed from $scope using
k-optionsattribute - Events are declared with a preceding
k-onas attributes and take in akendoEventargument to capture the fired event from Kendo UI - All widgets now work with
ng-modelfor two way binding to scope - A widget reference can be assigned to a scope variable by passing the name into the primary directive attribute
Initial release is a passthrough for Kendo UI declarative initialization using a simple directive.