OWL ITS + 탐지시스템(인터넷 진흥원)
src/main/webapp/scripts/components/utils/dateRangePicker.directive.js
@@ -78,6 +78,7 @@
                                } else if ($attrs["rangeType"] === "singleDate") {
                                    $($element).daterangepicker({
                                        timePicker: true,
                                        timePicker24Hour : true,
                                        timePickerSeconds : true,
                                        autoUpdateInput: true,
                                        autoApply : true,
@@ -86,7 +87,7 @@
                                        //parentEl : $scope.parentEl !== undefined ? $scope.parentEl : "",
                                        locale: {
                                            format: 'YYYY-MM-DD hh:mm:ss',
                                            format: 'YYYY-MM-DD HH:mm:ss',
                                            separator: "~",
                                            applyLabel: options.applyLabel,
                                            cancelLabel: options.cancelLabel,
@@ -101,8 +102,8 @@
                                    });
                                } else if ($attrs["rangeType"] === "multiDate") {
                                    $($element).daterangepicker({
                                        timePicker24Hour : true,
                                        timePicker: true,
                                        timePicker24Hour : true,
                                        timePickerSeconds : true,
                                        autoUpdateInput: true,
                                        autoApply : true,
@@ -111,7 +112,7 @@
                                        //parentEl : $scope.parentEl !== undefined ? $scope.parentEl : "",
                                        locale: {
                                            format: 'YYYY-MM-DD hh:mm:ss',
                                            format: 'YYYY-MM-DD HH:mm:ss',
                                            separator: "~",
                                            applyLabel: options.applyLabel,
                                            cancelLabel: options.cancelLabel,