소스 검색

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',