| | |
| | | 'angularTranslate' : '../custom_components/angular-translate/angular-translate', // 다국어 처리에 사용 |
| | | 'commonController' : 'app/common/common.controller', // 공통 컨트롤러 |
| | | 'tableProvider' : '../custom_components/js-table/table.provider', // 테이블 속성 값을 관리한다. |
| | | 'treeProvider' : '../custom_components/js-tree/tree.provider', // 트리 속성 값을 관리한다. |
| | | 'resourceProvider' : 'components/utils/resource.provider', // 공통적으로 서버 json 전송에 사용 |
| | | 'lodash' : '../bower_components/lodash/lodash.min', // 멀티 셀렉트, auto complete 컴포넌트들에서 사용 |
| | | 'angularDropMultiSelect' : '../custom_components/angular-multi-select/angularjs-dropdown-multiselect', // 멀티 셀렉트 컴포넌트 |
| | | 'jsTable' : '../custom_components/js-table/js-table.directive', // 목록 화면에서 사용되는 테이블을 호출한다. |
| | | 'jsTreeTable' : '../custom_components/js-table/js-tree-table.directive', // 목록 화면에서 사용되는 테이블(트리구조)을 호출한다. |
| | | 'jsTree' : '../custom_components/js-tree/js-tree.directive', // 목록 화면에서 사용되는 테이블(트리구조)을 호출한다. |
| | | 'tableColumnGenerator' : '../custom_components/js-table/tableColumnGenerator.directive', // 테이블 랜더러를 담당한다. |
| | | 'treeColumnGenerator' : '../custom_components/js-tree/treeColumnGenerator.directive', // 테이블 랜더러를 담당한다. |
| | | 'jsAutoCompleteMulti' : '../custom_components/js-autocomplete-multi/js-autocomplete-multi', // 다중 선택이 가능한 autoComplete 컴포넌트 |
| | | 'jsInputAutoComplete' : '../custom_components/js-input-autocomplete/js-input-autocomplete', // input 박스에 autoComplete 기능이 붙은 컴포넌트 |
| | | 'jsAutoCompleteSingle' : '../custom_components/js-autocomplete-single/js-autocomplete-single', // input 박스에 한개의 대상만 선택 가능할수 있는 autoComplete 기능이 붙은 컴포넌트 |
| | |
| | | /* 이슈 */ |
| | | 'issueRoute' : 'app/issue/issue', // 이슈에 관련된 route 정보 |
| | | 'issueAddController' : 'app/issue/issueAdd.controller', // 이슈 생성 컨트롤러 |
| | | 'issueAddRelationController' : 'app/issue/issueAddRelation.controller', // 이슈 생성 컨트롤러 |
| | | 'issueAddRelationController' : 'app/issue/issueAddRelation.controller', // 연관이슈 생성 컨트롤러 |
| | | 'issueAddDownController' : 'app/issue/issueAddDown.controller', // 하위이슈 생성 컨트롤러 |
| | | 'issueModifyController' : 'app/issue/issueModify.controller', // 이슈 수정 컨트롤러 |
| | | 'issueDetailController' : 'app/issue/issueDetail.controller', // 이슈 상세 컨트롤러 |
| | | 'issueListController' : 'app/issue/issueList.controller', // 이슈 목록 컨트롤러 |
| | |
| | | 'apiSettingController' : 'app/api/apiSetting.controller', // api 설정 컨트롤러 |
| | | 'apiMonitorController' : 'app/api/apiMonitor.controller', // api 모니터링 컨트롤러 |
| | | |
| | | |
| | | /* 업체 */ |
| | | 'companyFieldRoute' : 'app/companyField/companyField', // 업체 route 정보 |
| | | 'companyFieldService' : 'components/companyField/companyField.service', // 업체 관련된 통신 담당 |
| | |
| | | 'hostingFieldListController' : 'app/hostingField/hostingFieldList.controller', // 호스팅 목록 컨트롤러 |
| | | 'hostingFieldAddController' : 'app/hostingField/hostingFieldAdd.controller', // 호스팅 생성 컨트롤러 |
| | | 'hostingFieldModifyController' : 'app/hostingField/hostingFieldModify.controller', // 호스팅 수정 컨트롤러 |
| | | |
| | | /* 이메일 템플릿*/ |
| | | 'emailTemplateService' : 'components/emailTemplate/emailTemplate.service', // 호스팅 관련된 통신 담당 |
| | | }, |
| | | shim : { |
| | | 'jquery-ui' : { |
| | |
| | | 'jsTable' : { |
| | | deps : ['app'] |
| | | }, |
| | | 'jsTreeTable' : { |
| | | 'jsTree' : { |
| | | deps : ['app'] |
| | | }, |
| | | 'tableColumnGenerator' : { |
| | | deps : ['app'] |
| | | }, |
| | | 'treeColumnGenerator' : { |
| | | deps : ['app'] |
| | | }, |
| | | 'ngStomp' : { |
| | |
| | | 'autoCompleteController', |
| | | 'userInviteController', |
| | | 'issueAddController', // 이슈 만들기에서 사용 |
| | | 'issueAddRelationController', // 이슈 만들기에서 사용 |
| | | 'issueAddRelationController', // 연관 이슈 만들기에서 사용 |
| | | 'issueAddDownController', //하위 이슈 만들기에서 사용 |
| | | 'issueService', // 이슈 만들기에서 사용 |
| | | 'issueTypeService', // 이슈 만들기에서 사용 |
| | | 'priorityService', // 이슈 만들기에서 사용 |
| | |
| | | 'authInterceptor', |
| | | 'resourceProvider', |
| | | 'tableProvider', |
| | | 'treeProvider', |
| | | 'permissionService', |
| | | 'authService', |
| | | 'userInviteService', |
| | |
| | | 'workflowService', |
| | | 'issueSearchService', |
| | | 'systemEmailService', |
| | | 'issueStatusService', |
| | | 'noticeService', |
| | | 'faqService', |
| | | 'guideService', |