Digest after telemetry returned. (#2343)

This commit is contained in:
Andrew Henry 2019-03-28 22:19:22 -07:00 committed by Deep Tailor
parent dfc5a9f040
commit 57efef3160
2 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,6 @@ define([
PlotOptionsController.prototype.addSeries = function (series, index) {
this.$scope.plotSeries[index] = series;
series.locateOldObject(this.$scope.domainObject);
};
PlotOptionsController.prototype.resetAllSeries = function (series, index) {

View File

@ -219,6 +219,7 @@ define([
PlotController.prototype.stopLoading = function () {
this.$scope.pending -= 1;
this.$scope.$digest();
};
/**