Lines Matching +full:ctrl +full:- +full:module
44 <div class="bmc-table__checkbox-container">
45 <label class="bmc-table__checkbox"
46 ng-class="{
47 'checked': $ctrl.ngModel,
48 'indeterminate': $ctrl.indeterminate
51 class="bmc-table__checkbox-input"
52 ng-model="$ctrl.ngModel"
53 ng-change="$ctrl.onSelectChange()"
54 aria-label="Select row"/>
55 <span class="screen-reader-offscreen">Select row</span>
62 angular.module('app.common.components').component('tableCheckbox', {