Commit 2f3627e7 by woodsaj

add missing ngInject comment. fixes #4501

parent 0c21d2c0
...@@ -10,6 +10,7 @@ export class DashImportListCtrl { ...@@ -10,6 +10,7 @@ export class DashImportListCtrl {
plugin: any; plugin: any;
datasource: any; datasource: any;
/** @ngInject */
constructor($scope, private $http, private backendSrv, private $rootScope) { constructor($scope, private $http, private backendSrv, private $rootScope) {
this.dashboards = []; this.dashboards = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment