From 7410b4773ab3be6650163dde9bfb70870136d166 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 금, 12 11월 2021 17:56:29 +0900
Subject: [PATCH] $injector 오류 해결

---
 src/main/webapp/scripts/main.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/scripts/main.js b/src/main/webapp/scripts/main.js
index 1c90030..e0d48fe 100644
--- a/src/main/webapp/scripts/main.js
+++ b/src/main/webapp/scripts/main.js
@@ -553,7 +553,8 @@
     'workflowStatusService',
     'companyFieldService',
     'ispFieldService',
-    'hostingFieldService'
+    'hostingFieldService',
+    'userWorkspaceService'
 ], function ($, angular, domReady, app, sortable, crypto) {
     //  ���떆蹂대뱶�뿉�꽌 Sortable �씤�떇 紐삵븯�뒗 臾몄젣 �빐寃�
     window.Sortable = sortable;

--
Gitblit v1.8.0