Sfoglia il codice sorgente

fix(testdata): fixed test data source build issue

Torkel Ödegaard 9 anni fa
parent
commit
813232315e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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));
   }