From 2b99b64ec5fa016c72d9eb85f41603a4bd950a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 12 Jan 2016 10:32:19 +0100 Subject: [PATCH] fix(table panel): fixed issue with table panel in optimized builds, closes #3702 --- public/app/plugins/panels/table/editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/panels/table/editor.ts b/public/app/plugins/panels/table/editor.ts index 01af3640650..d16805ecb07 100644 --- a/public/app/plugins/panels/table/editor.ts +++ b/public/app/plugins/panels/table/editor.ts @@ -112,7 +112,7 @@ export class TablePanelEditorCtrl { } } - +/** @ngInject */ export function tablePanelEditor($q, uiSegmentSrv) { 'use strict'; return {