Skip to content

Commit 14ad32d

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@ Download [source](https://github.com/maxazan/angular-multiple-selection/archive/
2626
```
2727
* Add module to your app `angular.module('app', ['multipleSelection'])`
2828
* Add `multiple-selection-zone` attribute to element where selectable items will be located
29+
```html
30+
<div class="row" multiple-selection-zone>
31+
//Selectable items
32+
</div>
33+
```
2934
* Add `multiple-selection-item` attribute to each selectable item
35+
```html
36+
<div multiple-selection-item>Item can be selected</div>
37+
```
3038
* Customize css
3139

3240

0 commit comments

Comments
 (0)