Commit 37cfe2a3 by carl bergquist

feat(elastic): shorten expression to target input

parent 26abce64
......@@ -63,9 +63,9 @@
Drop first & last value
</li>
<li class="tight-form-item">
<input class="cr1" type="checkbox" id="agg[{{agg.id}}].settings.dropFirstLast"
<input class="cr1" type="checkbox" id="{{$id}}.dropFirstLast"
ng-model="agg.settings.dropFirstLast" ng-checked="agg.settings.dropFirstLast" ng-change="onChangeInternal()">
<label for="agg[{{agg.id}}].settings.dropFirstLast" class="cr1"></label>
<label for="{{$id}}.dropFirstLast" class="cr1"></label>
</li>
<li class="tight-form-item last">
<i class="fa fa-question-circle" bs-tooltip="'Ignore the first and last values of the dataset'" data-placement="right"></i>
......
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