Explorar el Código

Merge pull request #4502 from grafana/issue4501

add missing ngInject comment.
Anthony Woods hace 9 años
padre
commit
04d142cd62
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      public/app/features/plugins/import_list/import_list.ts

+ 1 - 0
public/app/features/plugins/import_list/import_list.ts

@@ -10,6 +10,7 @@ export class DashImportListCtrl {
   plugin: any;
   datasource: any;
 
+  /** @ngInject */
   constructor($scope, private $http, private backendSrv, private $rootScope) {
     this.dashboards = [];