Skip to content

Commit 5f14675

Browse files
committed
Specify type="button", fix angular-ui#42
1 parent 560042c commit 5f14675

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
@@ -1,4 +1,4 @@
1-
<button class="btn btn-default form-control ui-select-match"
1+
<button type="button" class="btn btn-default form-control ui-select-match"
22
ng-hide="$select.open"
33
ng-disabled="$select.disabled"
44
ng-click="$select.activate()">

0 commit comments

Comments
 (0)