| | |
| | | }); |
| | | }, |
| | | sendEmailPartners : function (conditions) { |
| | | return $http.post("issue/sendEmailPartners", conditions).then(function (response) { |
| | | conditions.url = "issue/sendEmailPartners"; |
| | | return $upload.upload(conditions).progress(function (evt) { |
| | | // 파일 업로드 진행율을 표시해준다. |
| | | fileUploadProgress(evt); |
| | | }).then(function (response) { |
| | | $log.debug("이슈 이메일 발송 결과 : ", response); |
| | | return response; |
| | | }); |
| | |
| | | return $upload.upload(conditions).progress(function (evt) { |
| | | // 파일 업로드 진행율을 표시해준다. |
| | | fileUploadProgress(evt); |
| | | |
| | | }).then(function (response) { |
| | | $log.debug("이슈 이메일 발송 결과 : ", response); |
| | | return response; |