瀏覽代碼

fix(playlist): add nginject for prod build

bergquist 10 年之前
父節點
當前提交
eb8871a4bd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/app/core/components/grafana_app.ts

+ 1 - 0
public/app/core/components/grafana_app.ts

@@ -139,6 +139,7 @@ export class GrafanaCtrl {
   }
 }
 
+/** @ngInject */
 export function grafanaAppDirective(playlistSrv) {
   return {
     restrict: 'E',