diff --git a/platform/features/table/bundle.js b/platform/features/table/bundle.js index cdcb6603d9..f16cda0d8a 100644 --- a/platform/features/table/bundle.js +++ b/platform/features/table/bundle.js @@ -109,7 +109,7 @@ define([ { "key": "HistoricalTableController", "implementation": HistoricalTableController, - "depends": ["$scope", "telemetryHandler", "telemetryFormatter"] + "depends": ["$scope", "telemetryHandler", "telemetryFormatter", "$timeout", "$q"] }, { "key": "RealtimeTableController", diff --git a/platform/features/table/res/templates/historical-table.html b/platform/features/table/res/templates/historical-table.html index 9917c41dcc..603569f1d1 100644 --- a/platform/features/table/res/templates/historical-table.html +++ b/platform/features/table/res/templates/historical-table.html @@ -1,4 +1,4 @@ -
+