Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 294 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 294 Bytes

ngTriState

AngularJS Directive for a Tri State Checkbox.

##Usage

HTML
<input type="checkbox" cbx-tri-state ng-model="checkbox.isSelected">

JAVASCRIPT
$scope.checkbox =  {isSelected: null}; 

###true = Checked ###false = Unchecked ###null = Indeterminate