Explorar el Código

🐛 fix HsConfig injection

jmacura hace 4 años
padre
commit
8629fb24f9
Se han modificado 1 ficheros con 1 adiciones y 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));