Skip to content

Commit

Permalink
Ajust bug in checkbox for selection
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoosilva authored and mportuga committed Nov 11, 2017
1 parent 5c4e8a7 commit adfc83c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
class="ui-grid-selection-row-header-buttons ui-grid-icon-ok"
ng-class="{'ui-grid-row-selected': row.isSelected}"
ng-click="selectButtonClick(row, $event)"
ng-keydown="selectButtonKeyDown(row, $event)">
ng-keydown="selectButtonKeyDown(row, $event)"
role="checkbox"
ng-model="row.isSelected">
 
Expand Down

0 comments on commit adfc83c

Please sign in to comment.