File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments