Skip to content

Commit 9ff599e

Browse files
AllenBWAllenBW
authored andcommitted
simpleFilter dropdown button now works works angular-bootstrap
this change, the addition of the dropdown attribute to the encapsulating div and dropdown-toggle attribute on the dropdown button does not modify any original behavior, but does allow the button to work with the angular-bootstrap
1 parent fae6e80 commit 9ff599e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/filters/simple-filter.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<form>
33
<div class="form-group">
44
<div class="input-group">
5-
<div class="input-group-btn">
6-
<button type="button" class="btn btn-default dropdown-toggle filter-fields" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
5+
<div dropdown class="input-group-btn">
6+
<button dropdown-toggle type="button" class="btn btn-default dropdown-toggle filter-fields" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
77
{{currentField.title}}
88
<span class="caret"></span>
99
</button>

0 commit comments

Comments
 (0)