Sfoglia il codice sorgente

🐛 fix HsConfig injection

jmacura 4 anni fa
parent
commit
8629fb24f9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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));