mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 13:48:12 +00:00
Fixed scrolling
This commit is contained in:
@ -57,7 +57,7 @@ define(
|
||||
this.table = new TableConfiguration($scope.domainObject, telemetryFormatter);
|
||||
this.changeListeners = [];
|
||||
|
||||
$scope.rows = [];
|
||||
$scope.rows = undefined;
|
||||
|
||||
// Subscribe to telemetry when a domain object becomes available
|
||||
this.$scope.$watch('domainObject', function(domainObject){
|
||||
|
Reference in New Issue
Block a user