OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-01-07 ad7e60c5d5a090160c6b9be63c02a75a6c369b91
src/main/webapp/views/hostingField/hostingFieldAdd.html
@@ -78,8 +78,11 @@
                           input-regex="[^0-9]"
                           autocomplete="off"
                           ng-model="vm.form.tel"
                           ng-keyup="fn.autoHyphenPhone()"
                           maxlength="30">
                           maxlength="11"
                           minlength="9">
                    <div ng-show="hostingFieldAddForm.tel.$error.minlength" class="help-block form-text text-danger"
                         translate="common.least9CharactersTel">전화번호 형식이 맞지 않습니다.(9자리 이상)
                    </div>
<!--                    <div ng-show="hostingFieldAddForm.tel.$error.pattern" class="help-block form-text text-danger"-->
<!--                         translate="companyField.invalidTelFormat">전화번호 형식이 맞지 않습니다. xxx-xxx-xxxx 형식으로 입력하세요.-->
<!--                    </div>-->