fix(testdata): fixed test data source build issue

This commit is contained in:
Torkel Ödegaard 2017-01-06 06:50:02 +01:00
parent 63f6e86e46
commit 813232315e

View File

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