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
+
1
5
### v2.0.1
2
6
##### Added / Updated
3
7
- <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.
9
9
Go to http://isteven.github.io/angular-multi-select
10
10
11
11
### Current Version
12
- 2.0.1
12
+ 2.0.2
13
13
14
14
### Change Log
15
15
See <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 3
3
* Creates a dropdown-like button with checkboxes.
4
4
*
5
5
* Project started on: Tue, 14 Jan 2014 - 5:18:02 PM
6
- * Current version: 2.0.1
6
+ * Current version: 2.0.2
7
7
*
8
8
* Released under the MIT License
9
9
* --------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " isteven-angular-multiselect" ,
3
- "version" : " v2.0.1 " ,
3
+ "version" : " v2.0.2 " ,
4
4
"main" : [
5
5
" angular-multi-select.js" ,
6
6
" angular-multi-select.css"
9
9
" .git" ,
10
10
" .gitignore" ,
11
11
" bower.json" ,
12
+ " CHANGELOG.md" ,
13
+ " package.json" ,
12
14
" README.md" ,
13
15
" screenshot.png"
14
16
]
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