I\'m using a headerCellTemplate in the columDefs of my ui-grid (not ng-grid but the new rewrite). In the html I have a checkbox. Essentially I am trying to add a checkbox i
When using Angular's controllerAs syntax...
controllerAs
ng-click="grid.appScope.vm.editRow(grid, row)"
example: http://plnkr.co/edit/D48xcomnXdClccMnl5Jj?p=preview