Skip to content

Commit cb6510b

Browse files
committed
Update README.md
1 parent e80f259 commit cb6510b

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
11
# Angular Mmultiple Selection Module
2+
Simplest way to make your angular items selectable
23

3-
[Demo](http://maxazan.com/angular-multiple-selection/)
4+
[Simple Demo](http://maxazan.com/angular-multiple-selection/)
5+
6+
[Image selection Demo](http://maxazan.com/angular-multiple-selection/)
7+
8+
##Installation
9+
10+
###Using npm
11+
```
12+
npm install angular-multiple-selection
13+
```
14+
15+
###Using bower
16+
```
17+
bower install angular-multiple-selection
18+
```
19+
20+
###From source
21+
22+
Download [source](https://github.com/maxazan/angular-multiple-selection/archive/master.zip) from github.com
23+
24+
##Using
25+
* Add `multiple-selection.min.js` file to your application
26+
```
27+
<script type="text/javascript" src="multiple-selection.min.js"></script>
28+
```
29+
* Add module to your app `angular.module('app', ['multipleSelection'])`
30+
* Add `multiple-selection-zone` attribute to element where selectable items will be located
31+
* Add `multiple-selection-item` attribute to each selectable item
32+
* Customize css

0 commit comments

Comments
 (0)