OWL ITS + 탐지시스템(인터넷 진흥원)
src/main/webapp/scripts/app/customField/customFieldAdd.controller.js
@@ -30,7 +30,8 @@
                        ipAdress : "",
                        email : "",
                        site : "",
                        tel : ""
                        tel : "",
                        requiredData : ""
                    }
                };
@@ -42,7 +43,7 @@
                //  필드 유형을 변경 했을 때 문자열 필드일 경우에는 옵션 값을 초기화해준다.
                function changeFieldType() {
                    // if ($scope.vm.form.customFieldType === "INPUT") {
                    $scope.vm.form.name = "";
                    // $scope.vm.form.name = "";
                    $scope.vm.form.options = [];
                    $scope.vm.form.optionText = "";
@@ -106,7 +107,6 @@
                            return true;
                        }
                    }
                    return false;
                }
@@ -116,7 +116,6 @@
                    var content = angular.copy($scope.vm.form);
                    content.name = $rootScope.preventXss(content.name);
                    if ($scope.vm.form.customFieldType === 'MULTI_SELECT'|| $scope.vm.form.customFieldType === "SINGLE_SELECT") {
                        var convertDefaultValues = "";