[Tables] Added timeouts to yield control to ui thread. Fixes #972
This commit is contained in:
@@ -109,7 +109,7 @@ define([
|
||||
{
|
||||
"key": "HistoricalTableController",
|
||||
"implementation": HistoricalTableController,
|
||||
"depends": ["$scope", "telemetryHandler", "telemetryFormatter"]
|
||||
"depends": ["$scope", "telemetryHandler", "telemetryFormatter", "$timeout", "$q"]
|
||||
},
|
||||
{
|
||||
"key": "RealtimeTableController",
|
||||
|
||||
Reference in New Issue
Block a user