Skip to content

Commit 8f87cf3

Browse files
author
isteven
committed
v2.0.0
1 parent d21999f commit 8f87cf3

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.md

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

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

9-
Demo & How To
10-
--
8+
### Demo & How To
119
Go to http://isteven.github.io/angular-multi-select
1210

13-
Current Version
14-
--
11+
### Current Version
1512
2.0.0
1613

17-
Change Log
18-
--
14+
### Change Log
1915
See <a href="https://github.com/isteven/angular-multi-select/blob/master/CHANGELOG.md">CHANGELOG.md</a>
2016

21-
Note
22-
--
17+
### Note
2318
- If you have any problem, try to search in the issue section first. Somebody might have asked similar question. If there's none, then please open a new issue.
2419
- This directive is a practical solution, not a performance champion. It will not win any code efficiency competition.<br />
2520
- As for the moment, developments are on going, so I am not accepting pull requests. I will choose & add them manually instead.
2621
- If you like / use this directive in your awesome projects, star this repo. It's a huge motivation for me. Would also love to hear from you if you use it in an open source project. Thanks!<br />
2722

28-
Licence
29-
--
23+
### Licence
3024
Released under the MIT license:
3125

3226
The MIT License (MIT)

0 commit comments

Comments
 (0)