From 74743ecca99e1d64c3926575b26211629a3dd654 Mon Sep 17 00:00:00 2001 From: Alex Panov Date: Wed, 6 Sep 2017 14:03:22 -0400 Subject: [PATCH] Update README headers --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2386605..3ed9aa3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 | @@ -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