|
5 | 5 | <a href id="simple-dropdown" uib-dropdown-toggle>
|
6 | 6 | Click me for a dropdown, yo!
|
7 | 7 | </a>
|
8 |
| - <ul class="uib-dropdown-menu" aria-labelledby="simple-dropdown"> |
| 8 | + <ul uib-dropdown-menu aria-labelledby="simple-dropdown"> |
9 | 9 | <li ng-repeat="choice in items">
|
10 | 10 | <a href>{{choice}}</a>
|
11 | 11 | </li>
|
|
17 | 17 | <button id="single-button" type="button" class="btn btn-primary" uib-dropdown-toggle ng-disabled="disabled">
|
18 | 18 | Button dropdown <span class="caret"></span>
|
19 | 19 | </button>
|
20 |
| - <ul class="uib-dropdown-menu" role="menu" aria-labelledby="single-button"> |
| 20 | + <ul uib-dropdown-menu role="menu" aria-labelledby="single-button"> |
21 | 21 | <li role="menuitem"><a href="#">Action</a></li>
|
22 | 22 | <li role="menuitem"><a href="#">Another action</a></li>
|
23 | 23 | <li role="menuitem"><a href="#">Something else here</a></li>
|
|
33 | 33 | <span class="caret"></span>
|
34 | 34 | <span class="sr-only">Split button!</span>
|
35 | 35 | </button>
|
36 |
| - <ul class="uib-dropdown-menu" role="menu" aria-labelledby="split-button"> |
| 36 | + <ul uib-dropdown-menu role="menu" aria-labelledby="split-button"> |
37 | 37 | <li role="menuitem"><a href="#">Action</a></li>
|
38 | 38 | <li role="menuitem"><a href="#">Another action</a></li>
|
39 | 39 | <li role="menuitem"><a href="#">Something else here</a></li>
|
|
47 | 47 | <button id="btn-append-to-body" type="button" class="btn btn-primary" uib-dropdown-toggle>
|
48 | 48 | Dropdown on Body <span class="caret"></span>
|
49 | 49 | </button>
|
50 |
| - <ul class="uib-dropdown-menu" role="menu" aria-labelledby="btn-append-to-body"> |
| 50 | + <ul uib-dropdown-menu role="menu" aria-labelledby="btn-append-to-body"> |
51 | 51 | <li role="menuitem"><a href="#">Action</a></li>
|
52 | 52 | <li role="menuitem"><a href="#">Another action</a></li>
|
53 | 53 | <li role="menuitem"><a href="#">Something else here</a></li>
|
|
61 | 61 | <button id="button-template-url" type="button" class="btn btn-primary" uib-dropdown-toggle ng-disabled="disabled">
|
62 | 62 | Dropdown using template <span class="caret"></span>
|
63 | 63 | </button>
|
64 |
| - <ul class="uib-dropdown-menu" template-url="dropdown.html" aria-labelledby="button-template-url"> |
| 64 | + <ul uib-dropdown-menu template-url="dropdown.html" aria-labelledby="button-template-url"> |
65 | 65 | </ul>
|
66 | 66 | </div>
|
67 | 67 |
|
|
77 | 77 | <button id="simple-btn-keyboard-nav" type="button" class="btn btn-primary" uib-dropdown-toggle>
|
78 | 78 | Dropdown with keyboard navigation <span class="caret"></span>
|
79 | 79 | </button>
|
80 |
| - <ul class="uib-dropdown-menu" role="menu" aria-labelledby="simple-btn-keyboard-nav"> |
| 80 | + <ul uib-dropdown-menu role="menu" aria-labelledby="simple-btn-keyboard-nav"> |
81 | 81 | <li role="menuitem"><a href="#">Action</a></li>
|
82 | 82 | <li role="menuitem"><a href="#">Another action</a></li>
|
83 | 83 | <li role="menuitem"><a href="#">Something else here</a></li>
|
|
0 commit comments