From 491455286747cb100caee9ca12d9b5a94077b85e Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 화, 18 1월 2022 10:07:11 +0900 Subject: [PATCH] 이슈 추가/수정 시 ISP, 호스팅 이름 못 불러오는 문제 해결 (custom-input) --- src/main/webapp/scripts/app/api/api.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/scripts/app/api/api.js b/src/main/webapp/scripts/app/api/api.js index 3449369..41a70f0 100644 --- a/src/main/webapp/scripts/app/api/api.js +++ b/src/main/webapp/scripts/app/api/api.js @@ -71,7 +71,7 @@ loadController : ["$q", function ($q) { var deferred = $q.defer(); require(["apiMonitorController", - "apiService", 'formSubmit', 'jsShortCut', 'inputRegex'], function () { + "apiService", 'formSubmit', 'jsShortCut', 'inputRegex', 'googleChart'], function () { deferred.resolve(); }); -- Gitblit v1.8.0