We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8763b97 + 430c980 commit 6fe772eCopy full SHA for 6fe772e
src/filters/filter-fields.html
@@ -1,7 +1,8 @@
1
<div class="filter-pf filter-fields">
2
<div class="input-group form-group">
3
<div uib-dropdown class="input-group-btn">
4
- <button uib-dropdown-toggle type="button" class="btn btn-default filter-fields" uib-tooltip="Filter by" tooltip-placement="top">
+ <button uib-dropdown-toggle type="button" class="btn btn-default filter-fields"
5
+ uib-tooltip="Filter by" tooltip-placement="top" tooltip-append-to-body="true">
6
{{$ctrl.currentField.title}}
7
<span class="caret"></span>
8
</button>
0 commit comments