mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 15:43:48 +00:00
Use evalAsync instead of digest() (#3001)
Co-authored-by: Deep Tailor <deep.j.tailor@nasa.gov>
This commit is contained in:
@ -227,8 +227,9 @@ define([
|
|||||||
};
|
};
|
||||||
|
|
||||||
PlotController.prototype.stopLoading = function () {
|
PlotController.prototype.stopLoading = function () {
|
||||||
|
this.$scope.$evalAsync(() => {
|
||||||
this.$scope.pending -= 1;
|
this.$scope.pending -= 1;
|
||||||
this.$scope.$digest();
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user