Переглянути джерело

🐛 fix HsConfig injection

jmacura 4 роки тому
батько
коміт
8629fb24f9
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/app-js.ts

+ 1 - 1
src/app-js.ts

@@ -16,6 +16,6 @@ export default angular
     //'getteext',
     'pra.adjuster',
   ])
-  .value('config', AppConfig)
+  .value('HsConfig', AppConfig)
   .component('hs', AppComponent)
   .service('AppService', downgradeInjectable(AppService));