fix(row editor): row editor fix and cleanup of unused code

This commit is contained in:
Torkel Ödegaard
2016-02-04 22:19:46 +01:00
parent edf5868c38
commit 660ce3a61d
8 changed files with 10 additions and 52 deletions

View File

@@ -17,7 +17,7 @@
</li>
</ul>
<div class="tight-form-flex-wrapper" ng-show="target.rawQuery">
<div class="tight-form-flex-wrapper" ng-show="ctrl.target.rawQuery">
<input type="text" class="tight-form-clear-input" ng-model="ctrl.target.query" spellcheck="false" style="width: 100%;" ng-blur="ctrl.refresh()"></input>
</div>
</query-editor-row>