1.0.5 • Published 7 years ago

angular-multiselect-checkbox v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Angular Multiselect Checkbox

Checkbox for selecting/deselecting multiple checkboxes

build status MIT license we're hiring

Usage

Install from:

  • NPM: npm install angular-multiselect-checkbox
var app = angular.module('app', ['multiselectCheckbox']);

Contributing

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.