fix(table panel): fixed issue with table panel in optimized builds, closes #3702

This commit is contained in:
Torkel Ödegaard 2016-01-12 10:32:19 +01:00
parent a9aaa5ad73
commit 2b99b64ec5

View File

@ -112,7 +112,7 @@ export class TablePanelEditorCtrl {
} }
} }
/** @ngInject */
export function tablePanelEditor($q, uiSegmentSrv) { export function tablePanelEditor($q, uiSegmentSrv) {
'use strict'; 'use strict';
return { return {