| | |
| | | 'use strict'; |
| | | |
| | | require.config({ |
| | | urlArgs : "bust=v4.0.34", |
| | | urlArgs : "bust=v1.0.0", |
| | | paths : { |
| | | 'jquery' : '../bower_components/jquery/dist/jquery', |
| | | 'jquery-ui' : '../bower_components/jquery-ui/jquery-ui', |
| | |
| | | 'htmlDiff' : '/bower_components/htmldiff/js/htmldiff', // 이슈 내용 변경 비교를 위해 사용 |
| | | 'bootstrapUtil' : '../custom_components/bootstrap/js/dist/util', // 도움말 툴팁을 위해 사용 |
| | | 'tooltip' : '../custom_components/bootstrap/js/dist/tooltip', // 도움말 툴입을 위해 사용 |
| | | |
| | | |
| | | 'googleChartLoader' : '../custom_components/google-chart/loader', // 구글 차트 로더 |
| | | 'googleChart' : '../custom_components/google-chart/googleChart.directive', // 구글 차트 로더 |
| | | |
| | | 'angularTranslate' : '../custom_components/angular-translate/angular-translate', // 다국어 처리에 사용 |
| | | 'commonController' : 'app/common/common.controller', // 공통 컨트롤러 |