Skip to content

Commit

Permalink
bug fix: unclosed form tag
Browse files Browse the repository at this point in the history
  • Loading branch information
isteven committed Jul 22, 2014
1 parent ef5cd29 commit c6b6d50
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### v2.0.1
##### Added / Updated
- <a href="https://github.com/isteven/angular-multi-select/issues/52">#52</a> Form tag is now properly closed

### v2.0.0
##### Added / Updated
- 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.
Expand All @@ -16,13 +20,13 @@

### v1.2.0
##### Added / Updated:
- Default label on the dropdown button is now configurable using attribute "default-label"="..." (Issue #19)
- Attribute "max-labels" can now be 0. If set to 0, the dropdown button will only display "(Total: X)" (Issue #16)
- <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"="..."
- <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)"

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

### v1.0.0
First release
8 changes: 4 additions & 4 deletions README.md
@@ -1,15 +1,15 @@
# AngularJS MultiSelect
An AngularJS directive which creates a dropdown button with multiple or single selections. Fully configurable through element attributes and CSS.
Allows you to customize your labels and use some HTML tags in the data.
Doesn't require jQuery and works well with other Javascript libraries.
Pure AngularJS directive which creates a dropdown button with multiple or single selections.
Doesn't require jQuery and works well with other Javascript libraries.
Fully configurable through element attributes and CSS.

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

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

### Current Version
2.0.0
2.0.1

### Change Log
See <a href="https://github.com/isteven/angular-multi-select/blob/master/CHANGELOG.md">CHANGELOG.md</a>
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name" : "isteven-angular-multiselect",
"version" : "v2.0.0",
"version" : "v2.0.1",
"main" : [
"angular-multi-select.js"
],
Expand Down

0 comments on commit c6b6d50

Please sign in to comment.