Commit dd6a34e6 by Torkel Ödegaard

fix(influxdb): very minor fix to editor, blur event for alias input caused two…

fix(influxdb): very minor fix to editor, blur event for alias input caused two refresh events, fixes #2429
parent 49c1d1a4
......@@ -148,7 +148,7 @@
Alias pattern
</li>
<li>
<input type="text" class="input-medium tight-form-input" ng-model="target.alias" spellcheck='false' placeholder="alias" ng-blur="get_data()">
<input type="text" class="input-medium tight-form-input" ng-model="target.alias" spellcheck='false' placeholder="alias" ng-model-onblur ng-change="get_data()">
</li>
</ul>
<div class="clearfix"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment