UNPKG
ng-grid
Version:
latest (2.0.1)
2.0.1
__Contributors:__
angular-ui/ng-grid
ng-grid
/
src
/
templates
/
checkboxCellTemplate.html
1 lines
•
128 B
HTML
View Raw
1
<
div
class
=
"ngSelectionCell"
>
<
input
tabindex
=
"-1"
class
=
"ngSelectionCheckbox"
type
=
"checkbox"
ng-checked
=
"row.selected"
/>
</
div
>