diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 9c6b5983f..2a7b46a92 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -68,7 +68,6 @@ - diff --git a/src/main/webapp/scripts/app.js b/src/main/webapp/scripts/app.js index 6c0792480..e9f370a2e 100644 --- a/src/main/webapp/scripts/app.js +++ b/src/main/webapp/scripts/app.js @@ -1,6 +1,6 @@ 'use strict'; -var pinpointApp = angular.module('pinpointApp', [ 'ngResource', 'nvd3ChartDirectives' ]); +var pinpointApp = angular.module('pinpointApp', [ 'ngResource' ]); pinpointApp.config(function($routeProvider, $locationProvider) { $locationProvider.html5Mode(false).hashPrefix(''); // 해쉬뱅을 사용 안할 수 있