mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 14:40:48 +00:00
Digest after telemetry returned. (#2343)
This commit is contained in:
parent
dfc5a9f040
commit
57efef3160
@ -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) {
|
||||
|
@ -219,6 +219,7 @@ define([
|
||||
|
||||
PlotController.prototype.stopLoading = function () {
|
||||
this.$scope.pending -= 1;
|
||||
this.$scope.$digest();
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user