fix(elasticsearch): fixed query editor issue with elasticsearch

pull/5139/head
Torkel Ödegaard 9 years ago
parent cfc7710205
commit dfe3806d01
  1. 2
      public/app/core/directives/metric_segment.js

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

Loading…
Cancel
Save