feat(query editors): more work on query editors make over

This commit is contained in:
Torkel Ödegaard
2016-04-17 16:43:13 -04:00
parent 33f7b8479e
commit 805fd18b7b
7 changed files with 176 additions and 124 deletions

View File

@@ -1,4 +1,4 @@
<query-editor-row ctrl="ctrl">
<query-editor-row query-ctrl="ctrl">
<div class="gf-form" ng-show="ctrl.target.textEditor">
<input type="text" class="gf-form-input" ng-model="ctrl.target.query" spellcheck="false" ng-blur="ctrl.refresh()"></input>