Fixed scrolling

This commit is contained in:
Henry
2016-03-02 09:16:46 -08:00
parent ff5f37dfbe
commit 20f1dcef45
6 changed files with 160 additions and 22 deletions

View File

@ -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){