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