File tree Expand file tree Collapse file tree 6 files changed +37
-3
lines changed
Expand file tree Collapse file tree 6 files changed +37
-3
lines changed Original file line number Diff line number Diff line change 1+ .git
2+ .gitignore
3+ bower.json
4+ CHANGELOG.md
5+ package.json
6+ README.md
7+ screenshot.png
Original file line number Diff line number Diff line change 1+ ### v2.0.2
2+ ##### Added / Updated
3+ - Bring back CSS into bower.json.
4+
15### v2.0.1
26##### Added / Updated
37- <a href =" https://github.com/isteven/angular-multi-select/issues/52 " >#52 </a > Form tag is now properly closed
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Fully configurable through element attributes and CSS.
99Go to http://isteven.github.io/angular-multi-select
1010
1111### Current Version
12- 2.0.1
12+ 2.0.2
1313
1414### Change Log
1515See <a href =" https://github.com/isteven/angular-multi-select/blob/master/CHANGELOG.md " >CHANGELOG.md</a >
Original file line number Diff line number Diff line change 33 * Creates a dropdown-like button with checkboxes.
44 *
55 * Project started on: Tue, 14 Jan 2014 - 5:18:02 PM
6- * Current version: 2.0.1
6+ * Current version: 2.0.2
77 *
88 * Released under the MIT License
99 * --------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 11{
22 "name" : " isteven-angular-multiselect" ,
3- "version" : " v2.0.1 " ,
3+ "version" : " v2.0.2 " ,
44 "main" : [
55 " angular-multi-select.js" ,
66 " angular-multi-select.css"
99 " .git" ,
1010 " .gitignore" ,
1111 " bower.json" ,
12+ " CHANGELOG.md" ,
13+ " package.json" ,
1214 " README.md" ,
1315 " screenshot.png"
1416 ]
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " isteven-angular-multiselect" ,
3+ "version" : " v2.0.2" ,
4+ "description" : " A multi select dropdown directive for AngularJS" ,
5+ "main" : {
6+ " angular-multi-select.js" ,
7+ " angular-multi-select.css"
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " https://github.com/isteven/angular-multi-select.git"
11+ },
12+ "keywords" : [
13+ " angular"
14+ ],
15+ "author" :
" Ignatius Steven <[email protected] > (https://github.com/isteven)" ,
16+ "license" : " MIT" ,
17+ "bugs" : {
18+ "url" : " https://github.com/isteven/angular-multi-select/issues"
19+ },
20+ "homepage" : " https://github.com/isteven/angular-multi-select"
21+ }
You can’t perform that action at this time.
0 commit comments