add kendo-grid element here--> <tr> <th>name</th> <th>popup</th> </tr> <tr> ... Code goes here var app = angular.module('app', ['kendo.directives']); ...
確定! 回上一頁