| | |
| | | 'issueListTimelineController' : 'app/issue/issueListTimeline.controller', // 이슈 간트차트 |
| | | 'projectTimelineController' :'app/project/projectTimeline.controller', // 프로젝트 간트차트 |
| | | 'ganttService' : 'components/gantt/gantt.service', // 간트에 관련된 통신을 담당한다. |
| | | 'chartLoader' : 'components/gantt/googleChartLoader' // 차트 그리기 api(구글차트) |
| | | 'chartLoader' : 'components/gantt/googleChartLoader', // 차트 그리기 api(구글차트) |
| | | |
| | | /* api */ |
| | | 'apiRoute' : 'app/api/api', // api route 정보 |
| | | 'apiAuthController' :'app/api/apiAuth.controller', // api 인증 컨트롤러 |
| | | 'apiSettingController' : 'app/api/apiSetting.controller', // api 설정 컨트롤러 |
| | | 'apiMonitorController' : 'app/api/apiMonitor.controller', // api 모니터링 컨트롤러 |
| | | }, |
| | | shim : { |
| | | 'jquery-ui' : { |
| | |
| | | 'qnaRoute', |
| | | 'supportRoute', |
| | | 'ganttRoute', |
| | | 'apiRoute', |
| | | 'ganttService', |
| | | 'workflowService', |
| | | 'issueSearchService', |