Browse Source

fix(testdata): fixed test data source build issue

Torkel Ödegaard 9 years ago
parent
commit
813232315e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      public/app/plugins/app/testdata/module.ts

+ 1 - 0
public/app/plugins/app/testdata/module.ts

@@ -5,6 +5,7 @@ export class ConfigCtrl {
 
   appEditCtrl: any;
 
+  /** @ngInject **/
   constructor(private backendSrv) {
     this.appEditCtrl.setPreUpdateHook(this.initDatasource.bind(this));
   }