Skip to content

Commit c6b6d50

Browse files
author
isteven
committed
bug fix: unclosed form tag
1 parent ef5cd29 commit c6b6d50

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v2.0.1
2+
##### Added / Updated
3+
- <a href="https://github.com/isteven/angular-multi-select/issues/52">#52</a> Form tag is now properly closed
4+
15
### v2.0.0
26
##### Added / Updated
37
- Unlimited nested grouping. Group headers are clickable to select / deselect all items under the group. Group headers are filter aware, means it will only affect filtered result.
@@ -16,13 +20,13 @@
1620

1721
### v1.2.0
1822
##### Added / Updated:
19-
- Default label on the dropdown button is now configurable using attribute "default-label"="..." (Issue #19)
20-
- Attribute "max-labels" can now be 0. If set to 0, the dropdown button will only display "(Total: X)" (Issue #16)
23+
- <a href="https://github.com/isteven/angular-multi-select/issues/19">#19</a> Default label on the dropdown button is now configurable using attribute "default-label"="..."
24+
- <a href="https://github.com/isteven/angular-multi-select/issues/16">#16</a> Attribute "max-labels" can now be 0. If set to 0, the dropdown button will only display "(Total: X)"
2125

2226
### v1.1.0
2327
##### Added / Updated:
2428
- Added event callbacks
25-
- Helper elements are now configurable (Issue #5)
29+
- <a href="https://github.com/isteven/angular-multi-select/issues/5">#5</a> Helper elements are now configurable
2630

2731
### v1.0.0
2832
First release

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# AngularJS MultiSelect
2-
An AngularJS directive which creates a dropdown button with multiple or single selections. Fully configurable through element attributes and CSS.
3-
Allows you to customize your labels and use some HTML tags in the data.
4-
Doesn't require jQuery and works well with other Javascript libraries.
2+
Pure AngularJS directive which creates a dropdown button with multiple or single selections.
3+
Doesn't require jQuery and works well with other Javascript libraries.
4+
Fully configurable through element attributes and CSS.
55

66
![Screenshot](https://raw.githubusercontent.com/isteven/angular-multi-select/master/screenshot.png)
77

88
### Demo & How To
99
Go to http://isteven.github.io/angular-multi-select
1010

1111
### Current Version
12-
2.0.0
12+
2.0.1
1313

1414
### Change Log
1515
See <a href="https://github.com/isteven/angular-multi-select/blob/master/CHANGELOG.md">CHANGELOG.md</a>

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "isteven-angular-multiselect",
3-
"version" : "v2.0.0",
3+
"version" : "v2.0.1",
44
"main" : [
55
"angular-multi-select.js"
66
],

0 commit comments

Comments
 (0)