|
|
@@ -67,12 +67,10 @@
|
|
|
dropdown-typeahead="ctrl.unitFormats"
|
|
|
dropdown-typeahead-on-select="ctrl.setUnitFormat($subItem)">
|
|
|
</li>
|
|
|
- <li class="tight-form-item">
|
|
|
- Decimals
|
|
|
- </li>
|
|
|
+ <li class="tight-form-item">Decimals</li>
|
|
|
<li>
|
|
|
<input type="number" class="input-small tight-form-input last" placeholder="auto" bs-tooltip="'Override automatic decimal precision for legend and tooltips'" data-placement="right"
|
|
|
- ng-model="ctrl.panel.decimals" ng-change="ctrl.render()" ng-model-onblur>
|
|
|
+ ng-model="ctrl.panel.decimals" ng-change="ctrl.refresh()" ng-model-onblur>
|
|
|
</li>
|
|
|
</ul>
|
|
|
<div class="clearfix"></div>
|