You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-12
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,12 @@
1
-
angular-dropdowns
2
-
=================
1
+
# angular-dropdowns
3
2
4
-
Dropdown directives for AngularJS (1.1.5, 1.2.x).
3
+
Dropdown directives for AngularJS (1.1.5+, 1.2.x).
5
4
6
5
Includes both a select-style dropdown and a menu-style dropdown. The menu-style dropdown attaches to an existing element (button, link, div, etc), whereas the select-style dropdown replaces the element it is attached to.
7
6
8
7
See examples: http://jsfiddle.net/jseppi/cTzun/3/embedded/result/
9
8
10
-
Usage
11
-
-----
9
+
## Usage
12
10
13
11
Include `ngDropdowns` in your module dependencies:
14
12
@@ -96,19 +94,17 @@ You can specify a function to call upon dropdown value change by specifying the
96
94
</div>
97
95
```
98
96
99
-
Contributors
100
-
---------
97
+
## Contributors
98
+
101
99
*[@jseppi](http://github.com/jseppi)
102
100
*[@alexisbg](http://github.com/alexisbg)
103
101
*[@elishacook](http://github.com/elishacook)
104
102
*[@dinodsaurus](https://github.com/dinodsaurus)
105
103
106
-
License
107
-
---------
104
+
## License
105
+
108
106
[MIT](http://jseppi.mit-license.org/license.html)
109
107
108
+
## Credits
110
109
111
-
Credits
112
-
-------------
113
110
Styling based on http://tympanus.net/codrops/2012/10/04/custom-drop-down-list-styling/
0 commit comments