src/main/webapp/scripts/components/project/project.service.js
@@ -26,6 +26,12 @@ return response; }); }, findIssueType : function (conditions) { return $http.post("project/findIssueType", conditions).then(function (response) { $log.debug("이슈유형에 속해있는 프로젝트 : ", response); return response; }); }, add : function (conditions) { return $http.post("project/add", conditions).then(function (response) { $log.debug("프로젝트 생성 결과 : ", response);