Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

goodeggs/angular-multiselect-checkbox

Repository files navigation

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.