I am changing from ng-grid to UI-Grid in angular js. I am getting error while DOM manipulation
Console Log Error:
[ngModel:nonassign] http://errors.angularjs.org/1.5.0-rc.1/ngModel/nonassign?p0=grid.getCellValue(row%2Col)&p1=%3Cinput%20tabindex%3D%22-1%22%20class%3D%customCheeckBox%20ng-pristine%20ng-untouched%20ng-valid%22%20type%3D%checkbox%22%20ng-model%3D%22grid.getCellValue(row%2C%col)%22%20parse-int%3D%22%22%20ng-true-value%3D%221%22%20ng-false-value%3D%220%22%3E
I am adding check box dynamically to each row in my gird, it is working fine in ng-grid, but it is not working ui-grid
please check this plnker
in Plnker i can able to see the check box and not checked, but in my project i am not able to see the check box at all.
could any one please suggest the best solution
Thanks in advance !