Not sure if it is me who can't find it but where can I find some complete documentation about what AngularJS directives/attributes that are? So that we don't have to guess based on what they are named for jQuery?
Like this:
<div kendo-grid="grid"
k-sortable="true"
k-pageable="true"
k-filterable="true"
k-editable="'popup'"
k-selectable="true"
k-columns='[
{ field: "Name", title: "Name"},
{command: [ "edit" , "destroy"], width: 180 }]'
k-data-source="vm.accommodationTypesDataSource"
k-toolbar='["create", "excel", "pdf"]'>
</div>