File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 11# Angular Mmultiple Selection Module
2+ Simplest way to make your angular items selectable
23
3- [ Demo] ( http://maxazan.com/angular-multiple-selection/ )
4+ [ Simple Demo] ( http://maxazan.com/angular-multiple-selection/ )
5+
6+ [ Image selection Demo] ( http://maxazan.com/angular-multiple-selection/ )
7+
8+ ##Installation
9+
10+ ###Using npm
11+ ```
12+ npm install angular-multiple-selection
13+ ```
14+
15+ ###Using bower
16+ ```
17+ bower install angular-multiple-selection
18+ ```
19+
20+ ###From source
21+
22+ Download [ source] ( https://github.com/maxazan/angular-multiple-selection/archive/master.zip ) from github.com
23+
24+ ##Using
25+ * Add ` multiple-selection.min.js ` file to your application
26+ ```
27+ <script type="text/javascript" src="multiple-selection.min.js"></script>
28+ ```
29+ * Add module to your app ` angular.module('app', ['multipleSelection']) `
30+ * Add ` multiple-selection-zone ` attribute to element where selectable items will be located
31+ * Add ` multiple-selection-item ` attribute to each selectable item
32+ * Customize css
You can’t perform that action at this time.
0 commit comments