Skip to content

Commit 2955b30

Browse files
committed
Update README.md
1 parent 14ad32d commit 2955b30

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Download [source](https://github.com/maxazan/angular-multiple-selection/archive/
2828
* Add `multiple-selection-zone` attribute to element where selectable items will be located
2929
```html
3030
<div class="row" multiple-selection-zone>
31-
//Selectable items
31+
//Add selectable items here
3232
</div>
3333
```
3434
* Add `multiple-selection-item` attribute to each selectable item
@@ -65,9 +65,9 @@ Each selectable item has it`s own angular scope with variables
6565
* You can also customize your rectangle for selecting
6666
```css
6767
.select-helper {
68-
position: absolute;
69-
border: 1px dashed red;
70-
background: red;
71-
opacity: 0.2;
68+
position: absolute;
69+
border: 1px dashed red;
70+
background: red;
71+
opacity: 0.2;
7272
}
7373
```

0 commit comments

Comments
 (0)