日期选择器在AngularJS(ng-grid)“editableCellTemplate”中不起作用

时间:2014-04-30 17:37:52

标签: angularjs angularjs-scope angular-ui angular-ui-bootstrap

    columnDefs: [{ 
                displayName: 'Date', 
                field: 'date', 
                editableCellTemplate: '<input type="text" ng-class="\'colt\' + col.index" ng-input="COL_FIELD" ng-model="COL_FIELD" datepicker-popup="dd-MM-yyyy" datepicker-append-to-body=true />',
                enableCellEdit:true
        }]

http://plnkr.co/edit/5kr8lPIMJtWHVFEgzlu1

日期选择器不能正常工作编辑模板,就像普通编辑输入一样......

0 个答案:

没有答案