From c82d5f86ac739db96e5aa10635f0217462775da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 18 Jul 2016 11:24:21 +0200 Subject: [PATCH] fix(singlestat): fixed minor editor blur issue on decimal option that did not cause update of rendered value, fixes #5004 --- public/app/plugins/panel/singlestat/editor.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/public/app/plugins/panel/singlestat/editor.html b/public/app/plugins/panel/singlestat/editor.html index bfe55003741..e6be9f83032 100644 --- a/public/app/plugins/panel/singlestat/editor.html +++ b/public/app/plugins/panel/singlestat/editor.html @@ -67,12 +67,10 @@ dropdown-typeahead="ctrl.unitFormats" dropdown-typeahead-on-select="ctrl.setUnitFormat($subItem)"> -
  • - Decimals -
  • +
  • Decimals
  • + ng-model="ctrl.panel.decimals" ng-change="ctrl.refresh()" ng-model-onblur>