Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit ef23af6

Browse files
committed
Add href otherwise the cursor is not a pointer under Chrome
General rule: always specify a href
1 parent 2599dc0 commit ef23af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/choices.tpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<ul class="ui-select-choices ui-select-choices-content dropdown-menu" role="menu" aria-labelledby="dLabel">
22
<li class="ui-select-choices-row" ng-class="{active: $select.activeIdx == $index}">
3-
<a ng-transclude></a>
3+
<a href="javascript:void(0)" ng-transclude></a>
44
</li>
55
</ul>

0 commit comments

Comments
 (0)