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

Commit b5e7552

Browse files
committed
ng-click already specified inside match.tpl.html
1 parent ef23af6 commit b5e7552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/select.tpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="dropdown" ng-class="{open: $select.open}">
2-
<div class="ui-select-match" ng-click="$select.activate()"></div>
2+
<div class="ui-select-match"></div>
33
<input type="text" autocomplete="off" tabindex=""
44
class="form-control ui-select-search"
55
placeholder="{{$select.placeholder}}"

0 commit comments

Comments
 (0)