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

Commit 1e25650

Browse files
author
Brian Feister
committed
Almost missed this from #503 via @CesarLanderos
1 parent b46ff57 commit 1e25650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/match.tpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<span ng-hide="$select.isEmpty()" class="ui-select-match-text" ng-class="{'ui-select-allow-clear': $select.allowClear && !$select.isEmpty()}" ng-transclude=""></span>
55
<i class="caret pull-right" ng-click="$select.toggle($event)"></i>
66
</button>
7-
<button class="ui-select-clear" ng-if="$select.allowClear && !$select.isEmpty()" ng-click="$select.select(undefined)">
7+
<button type="button" class="ui-select-clear" ng-if="$select.allowClear && !$select.isEmpty()" ng-click="$select.select(undefined)">
88
<i class="glyphicon glyphicon-remove"></i>
99
</button>
1010
</div>

0 commit comments

Comments
 (0)