Checkbox for selecting/deselecting multiple checkboxes
Install from:
- NPM:
npm install angular-multiselect-checkbox
var app = angular.module('app', ['multiselectCheckbox']);
Please follow our Code of Conduct when contributing to this project.
$ git clone https://github.com/goodeggs/angular-multiselect-checkbox && cd angular-multiselect-checkbox
$ npm install
$ npm test
Module scaffold generated by generator-goodeggs-npm.