Skip to content
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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ Simplest way to make your angular items selectable

[See also angular-multiple-drag](https://github.com/maxazan/angular-multiple-drag)

##Installation
## Installation

###Using npm
### Using npm
```
npm install angular-multiple-selection
```

###Using bower
### Using bower
```
bower install angular-multiple-selection
```

###From source
### From source

Download [source](https://github.com/maxazan/angular-multiple-selection/archive/master.zip) from github.com

##Usage
## Usage
* Add `multiple-selection.min.js` file to your application
```html
<script type="text/javascript" src="multiple-selection.min.js"></script>
Expand All @@ -40,7 +40,7 @@ Download [source](https://github.com/maxazan/angular-multiple-selection/archive/
* Customize css


##How it works
## How it works
Each selectable item has it`s own angular scope with variables

| Name | Description |
Expand All @@ -49,7 +49,7 @@ Each selectable item has it`s own angular scope with variables
| isSelecting | `true` if element now selecting. It means it enters in selection rectangle when you dragging |
| isSelected | `true` if element selected |

###How to customize
### How to customize

* Add `ng-class` to your item
```html
Expand Down