瀏覽代碼

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

Torkel Ödegaard 10 年之前
父節點
當前提交
2b99b64ec5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/plugins/panels/table/editor.ts

+ 1 - 1
public/app/plugins/panels/table/editor.ts

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