我使用kendo网格并使用模板作为下面的cloumn:
{
field: 'SwitchID',
width: 100,
title: 'cases',
template: '<label ng-repeat=" item in [1,2,3] " ><input type="radio" name="pageSet" />{{item}}</label>'
}
由于没有工作而没有渲染。我检查时看到如下所示: