Merge pull request #4502 from grafana/issue4501

add missing ngInject comment.
This commit is contained in:
Anthony Woods
2016-03-29 23:09:49 +08:00
@@ -10,6 +10,7 @@ export class DashImportListCtrl {
plugin: any;
datasource: any;
/** @ngInject */
constructor($scope, private $http, private backendSrv, private $rootScope) {
this.dashboards = [];