Commit 2f3627e7 by woodsaj

add missing ngInject comment. fixes #4501

parent 0c21d2c0
......@@ -10,6 +10,7 @@ export class DashImportListCtrl {
plugin: any;
datasource: any;
/** @ngInject */
constructor($scope, private $http, private backendSrv, private $rootScope) {
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