Skip to content

RinatMullayanov/ng-collapse-checkbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-collapse-checkbox

This repo is for distribution on ng-collapse-checkbox.

Collapse checkbox directive for Angular.js (using Angular UI Bootstrap).

An example looks like this directive sample.png

Install

Install with bower:

bower install ng-collapse-checkbox

Add script (before your main angular application module!) and css to your index.html:

<link href="bower_components/ng-collapse-checkbox/dist/collapseCheckbox.min.css" rel="stylesheet">
<script src="bower_components/ng-collapse-checkbox/dist/collapseCheckbox.min.js"></script>

Documentation

See sample using in test directory.

1. Install all required dependencies:

cd src
npm install

2. Run express (required node.js) server:

gulp

3. Open in your browser:

http:https://localhost:8237/

License

The MIT License