Explorar o código

🐛 fix HsConfig injection

jmacura %!s(int64=4) %!d(string=hai) anos
pai
achega
8629fb24f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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));