Browse Source

fix(singlestat): add ngInject for controller

fixes #3879
bergquist 10 years ago
parent
commit
64fa9a6394
1 changed files with 1 additions and 0 deletions
  1. 1 0
      public/app/plugins/panel/singlestat/module.ts

+ 1 - 0
public/app/plugins/panel/singlestat/module.ts

@@ -7,6 +7,7 @@ import {SingleStatCtrl} from './controller';
 
 angular.module('grafana.directives').directive('singleStatPanel', singleStatPanel);
 
+/** @ngInject */
 function singleStatPanel($location, linkSrv, $timeout, templateSrv) {
   'use strict';
   return {