Browse Source

fix(playlist): add nginject for prod build

bergquist 10 years ago
parent
commit
eb8871a4bd
1 changed files with 1 additions and 0 deletions
  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',