<divclass="edit-tab-content"ng-repeat="style in editor.panel.styles"ng-if="editor.activeStyleIndex === $index">
...
...
@@ -20,7 +19,9 @@
<divclass="gf-form-inline">
<divclass="gf-form">
<labelclass="gf-form-label width-13">Apply to columns named</label>
<inputtype="text"placeholder="Name or regex"class="gf-form-input width-13"ng-model="style.pattern"bs-tooltip="'Specify regex using /my.*regex/ syntax'"bs-typeahead="editor.getColumnNames"ng-blur="editor.render()"data-min-length=0data-items=100ng-model-onblurdata-placement="right">
<inputtype="text"placeholder="Name or regex"class="gf-form-input width-13"ng-model="style.pattern"bs-tooltip="'Specify regex using /my.*regex/ syntax'"