mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 00:23:01 +00:00
Digest after telemetry returned. (#2343)
This commit is contained in:
committed by
Deep Tailor
parent
dfc5a9f040
commit
57efef3160
@ -76,7 +76,6 @@ define([
|
|||||||
PlotOptionsController.prototype.addSeries = function (series, index) {
|
PlotOptionsController.prototype.addSeries = function (series, index) {
|
||||||
this.$scope.plotSeries[index] = series;
|
this.$scope.plotSeries[index] = series;
|
||||||
series.locateOldObject(this.$scope.domainObject);
|
series.locateOldObject(this.$scope.domainObject);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
PlotOptionsController.prototype.resetAllSeries = function (series, index) {
|
PlotOptionsController.prototype.resetAllSeries = function (series, index) {
|
||||||
|
@ -219,6 +219,7 @@ define([
|
|||||||
|
|
||||||
PlotController.prototype.stopLoading = function () {
|
PlotController.prototype.stopLoading = function () {
|
||||||
this.$scope.pending -= 1;
|
this.$scope.pending -= 1;
|
||||||
|
this.$scope.$digest();
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user