[Tables] Added timeouts to yield control to ui thread. Fixes #972

This commit is contained in:
Henry
2016-05-26 16:46:06 -07:00
parent dc577d4c24
commit d8a097a95a
3 changed files with 53 additions and 9 deletions

View File

@@ -109,7 +109,7 @@ define([
{
"key": "HistoricalTableController",
"implementation": HistoricalTableController,
"depends": ["$scope", "telemetryHandler", "telemetryFormatter"]
"depends": ["$scope", "telemetryHandler", "telemetryFormatter", "$timeout", "$q"]
},
{
"key": "RealtimeTableController",