mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 17:57:04 +00:00
parent
10d2794bb7
commit
fdbe31cb76
@ -51,9 +51,6 @@ define(
|
|||||||
(context && context.getRoot()) || $scope.rootObject;
|
(context && context.getRoot()) || $scope.rootObject;
|
||||||
}, 0);
|
}, 0);
|
||||||
} else if (!contextRoot && !$scope.rootObject) {
|
} else if (!contextRoot && !$scope.rootObject) {
|
||||||
//If no context root is available, default to the root
|
|
||||||
// object
|
|
||||||
$scope.rootObject = undefined;
|
|
||||||
// Update the displayed tree on a timeout to avoid
|
// Update the displayed tree on a timeout to avoid
|
||||||
// an infinite digest exception.
|
// an infinite digest exception.
|
||||||
objectService.getObjects(['ROOT'])
|
objectService.getObjects(['ROOT'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user