kendo-labs / angular-kendo

A project to create a robust set of Angular.js bindings for Kendo UI widgets
474 stars 209 forks source link

Grid column angular {{ template }} not compiling #391

Open romankolpak opened 9 years ago

romankolpak commented 9 years ago

Sometimes I run into this issue:

http://prntscr.com/4uhc40

the code for the column definition is very simple:

 {
        field: '',
        title: 'Values',
        template: '{{ dataItem.AttributeValues }}'
 }

However the template does get compiled when I click an icon within a row for example. I think this somehow triggers the $digest cycle within the row's $scope and the values are being displayed correctly. Any ideas? This issue seems to be occurring randomly

chriseugenerodriguez commented 6 years ago

remove dataItem