Browse Source

Merge branch 'master' of github.com:grafana/grafana

Torkel Ödegaard 9 years ago
parent
commit
b745726462
1 changed files with 1 additions and 0 deletions
  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 = [];