- 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-name
instead ofdata-role
declaration - Configuration options object can now be passed from $scope using
k-options
attribute - Events are declared with a preceding
k-on
as attributes and take in akendoEvent
argument to capture the fired event from Kendo UI - All widgets now work with
ng-model
for 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.