Skip to content
This repository was archived by the owner on Dec 16, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ This directive gives you a Bootstrap Dropdown with the power of AngularJS direct
## Demo
http://dotansimha.github.io/angularjs-dropdown-multiselect/

<p>

## Dependencies
- required: AngularJS >= 1.5, Bootstrap >= 3.0

- Make sure to add the dependencies before the directive's js file.
- Make sure to add the dependencies before the directive's html file.
- Note: Bootstrap JS file is not needed for the directive, it just uses the CSS file

<p>

## Install
1. Download the files
1. Using bower: <img src="http://benschwarz.github.io/bower-badges/[email protected]" width="130" height="30">
Expand Down