src/main/webapp/scripts/components/issue/issue.service.js
@@ -146,11 +146,16 @@ }); }, sendCommonEmail : function (conditions) { return $http.post("issue/sendCommonEmail", conditions).then(function (response) { conditions.url = "issue/sendCommonEmail"; return $upload.upload(conditions).progress(function (evt) { // 파일 업로드 진행율을 표시해준다. fileUploadProgress(evt); }).then(function (response) { $log.debug("이슈 이메일 발송 결과 : ", response); return response; }); } }, } } ])