소스 검색

🐛 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));