Browse Source

fix(playlist): add nginject for prod build

bergquist 10 năm trước cách đây
mục cha
commit
eb8871a4bd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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',