فهرست منبع

fix(elasticsearch): fixed query editor issue with elasticsearch

Torkel Ödegaard 9 سال پیش
والد
کامیت
dfe3806d01
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      public/app/core/directives/metric_segment.js

+ 3 - 1
public/app/core/directives/metric_segment.js

@@ -209,7 +209,9 @@ function (_, $, coreModule) {
             // needs to call this after digest so
             // property is synced with outerscope
             $scope.$$postDigest(function() {
-              $scope.onChange();
+              $scope.$apply(function() {
+                $scope.onChange();
+              });
             });
           };