Skip to content

Commit d5306fb

Browse files
committed
fix #144
1 parent ac0b381 commit d5306fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nya-bs-select.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ nyaBsSelect.directive('nyaBsSelect', ['$parse', '$document', '$timeout', '$compi
2121

2222
var ACTIONS_BOX = '<div class="bs-actionsbox">' +
2323
'<div class="btn-group btn-group-sm btn-block">' +
24-
'<button class="actions-btn bs-select-all btn btn-default">SELECT ALL</button>' +
25-
'<button class="actions-btn bs-deselect-all btn btn-default">DESELECT ALL</button>' +
24+
'<button type="button" class="actions-btn bs-select-all btn btn-default">SELECT ALL</button>' +
25+
'<button type="button" class="actions-btn bs-deselect-all btn btn-default">DESELECT ALL</button>' +
2626
'</div>' +
2727
'</div>';
2828

0 commit comments

Comments
 (0)