Commit dfe3806d by Torkel Ödegaard

fix(elasticsearch): fixed query editor issue with elasticsearch

parent cfc77102
...@@ -209,7 +209,9 @@ function (_, $, coreModule) { ...@@ -209,7 +209,9 @@ 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.onChange(); $scope.$apply(function() {
$scope.onChange();
});
}); });
}; };
......
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