We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0beccb commit 14ad32dCopy full SHA for 14ad32d
README.md
@@ -26,7 +26,15 @@ Download [source](https://github.com/maxazan/angular-multiple-selection/archive/
26
```
27
* Add module to your app `angular.module('app', ['multipleSelection'])`
28
* 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
+```
34
* Add `multiple-selection-item` attribute to each selectable item
35
36
+<div multiple-selection-item>Item can be selected</div>
37
38
* Customize css
39
40
0 commit comments