Commit 04d142cd by Anthony Woods

Merge pull request #4502 from grafana/issue4501

add missing ngInject comment.
parents 0c21d2c0 2f3627e7
......@@ -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