| | |
| | | source="fn.getProjectList(vm.projectName, vm.form.projects, vm.autoCompletePage.project.page, fn.getProjectListCallBack)" |
| | | page="vm.autoCompletePage.project.page" |
| | | total-page="vm.autoCompletePage.project.totalPage" |
| | | input-disabled="vm.form.projects != null ? vm.form.projects.length > 0 : false" |
| | | translation-texts="{ empty : 'common.emptyProject' }" |
| | | extra-settings="{ displayProp : 'name' , idProp : 'id', imageable : false, imagePathProp : '', |
| | | type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"></js-autocomplete-single> |
| | |
| | | <input type="text" class="form-control input-sm" |
| | | name="input" |
| | | ng-model="issueCustomField.useValues" |
| | | maxlength="100" |
| | | autocomplete="off" |
| | | kr-input |
| | | ng-required="issueCustomField.fieldOption == '01' || issueCustomField.customFieldVo.requiredData == 'Y'"> |
| | |
| | | autocomplete="off" |
| | | ng-maxlength="200" |
| | | ng-model="vm.companyUrl" |
| | | ng-pattern="/(https?:\/\/)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)/" |
| | | maxlength="200"> |
| | | <div ng-show="issueAddDownForm.companyUrl.$error.pattern" class="help-block form-text text-danger" |
| | | <!--<div ng-show="issueAddDownForm.companyUrl.$error.pattern" class="help-block form-text text-danger" |
| | | translate="common.invalidUrlFormat">url 형식이 맞지 않습니다. |
| | | </div> |
| | | </div>--> |
| | | </div> |
| | | </div> |
| | | <div class="col-lg-4"> |
| | |
| | | page="vm.autoCompletePage.companyType.page" |
| | | total-page="vm.autoCompletePage.companyType.totalPage" |
| | | input-disabled="false" |
| | | broad-cast="companyTypeEvent" |
| | | translation-texts="{ empty : 'common.emptyCompanyType' }" |
| | | extra-settings="{ displayProp : 'useValue' , idProp : 'id', imageable : false, imagePathProp : '', |
| | | type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"></js-autocomplete-single> |
| | |
| | | page="vm.autoCompletePage.parentSector.page" |
| | | total-page="vm.autoCompletePage.parentSector.totalPage" |
| | | input-disabled="false" |
| | | broad-cast="parentSectorEvent" |
| | | translation-texts="{ empty : 'common.emptyParentSector' }" |
| | | extra-settings="{ displayProp : 'useValue' , idProp : 'id', imageable : false, imagePathProp : '', |
| | | type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"></js-autocomplete-single> |
| | |
| | | page="vm.autoCompletePage.childSector.page" |
| | | total-page="vm.autoCompletePage.childSector.totalPage" |
| | | input-disabled="false" |
| | | broad-cast="childSectorEvent" |
| | | translation-texts="{ empty : 'common.emptyChildSector' }" |
| | | extra-settings="{ displayProp : 'useValue' , idProp : 'id', imageable : false, imagePathProp : '', |
| | | type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"></js-autocomplete-single> |
| | |
| | | page="vm.autoCompletePage.region.page" |
| | | total-page="vm.autoCompletePage.region.totalPage" |
| | | input-disabled="false" |
| | | broad-cast="regionEvent" |
| | | translation-texts="{ empty : 'common.emptyRegion' }" |
| | | extra-settings="{ displayProp : 'useValue' , idProp : 'id', imageable : false, imagePathProp : '', |
| | | type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"></js-autocomplete-single> |
| | |
| | | page="vm.autoCompletePage.status.page" |
| | | total-page="vm.autoCompletePage.status.totalPage" |
| | | input-disabled="false" |
| | | broad-cast="statusEvent" |
| | | translation-texts="{ empty : 'common.emptyStatus' }" |
| | | extra-settings="{ displayProp : 'useValue' , idProp : 'id', imageable : false, imagePathProp : '', |
| | | type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"></js-autocomplete-single> |
| | |
| | | autocomplete="off" |
| | | ng-maxlength="200" |
| | | ng-model="vm.ispUrl" |
| | | ng-pattern="/(https?:\/\/)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)/" |
| | | maxlength="200"> |
| | | <div ng-show="issueAddDownForm.ispUrl.$error.pattern" class="help-block form-text text-danger" |
| | | <!--<div ng-show="issueAddDownForm.ispUrl.$error.pattern" class="help-block form-text text-danger" |
| | | translate="common.invalidUrlFormat">url 형식이 맞지 않습니다. |
| | | </div> |
| | | </div>--> |
| | | </div> |
| | | </div> |
| | | <div class="col-lg-4"> |
| | |
| | | autocomplete="off" |
| | | ng-maxlength="200" |
| | | ng-model="vm.hostingUrl" |
| | | ng-pattern="/(https?:\/\/)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)/" |
| | | maxlength="200"> |
| | | <div ng-show="issueAddDownForm.hostingUrl.$error.pattern" class="help-block form-text text-danger" |
| | | <!--<div ng-show="issueAddDownForm.hostingUrl.$error.pattern" class="help-block form-text text-danger" |
| | | translate="common.invalidUrlFormat">url 형식이 맞지 않습니다. |
| | | </div> |
| | | </div>--> |
| | | </div> |
| | | </div> |
| | | <div class="col-lg-4"> |