| | |
| | | </small> |
| | | </div> |
| | | |
| | | <!-- <div class="form-group mb10 col-sm-4">--> |
| | | <!-- <label class="issue-label"><span class="highlighter-rouge">연관 이슈 구분</span></label>--> |
| | | <!-- <select id="relationIssueType"--> |
| | | <!-- name="relationIssueType"--> |
| | | <!-- class="form-control input-sm"--> |
| | | <!-- ng-options="option.name for option in vm.relationIssueTypes track by option.id"--> |
| | | <!-- ng-model="vm.relationIssueType"--> |
| | | <!-- required>--> |
| | | <!-- </select>--> |
| | | <div class="form-group mb10 col-sm-4"> |
| | | <label class="issue-label"><span class="highlighter-rouge">연관 이슈 구분</span></label> |
| | | <select id="relationIssueType" |
| | | name="relationIssueType" |
| | | class="form-control input-sm" |
| | | ng-options="option.name for option in vm.relationIssueTypes track by option.id" |
| | | ng-model="vm.relationIssueType" |
| | | required> |
| | | </select> |
| | | |
| | | <!-- </div>--> |
| | | </div> |
| | | |
| | | <div class="row"> |
| | | <div class="col-lg-4"> |
| | |
| | | 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="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> |