OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-11-25 710bc4b5ead3f825619dc2a0696b86d46ca1e06b
src/main/webapp/scripts/app/project/projectModify.controller.js
@@ -100,15 +100,9 @@
                        return true;
                    }
                    if ($scope.vm.form.startEndDateRange == "") {
                        return true;
                    }
                    if ($scope.vm.form.managers.length < 1) {
                        return true;
                    }
                    return false;
                }