From ca3dd24eb9d472fe830df9f41cf2f2ee5f1bd8fd Mon Sep 17 00:00:00 2001 From: Hoonmin Kim Date: Thu, 29 Aug 2013 07:13:46 +0000 Subject: [PATCH] =?UTF-8?q?[=EA=B9=80=ED=9B=88=EB=AF=BC]=20[PINPOINT-213]?= =?UTF-8?q?=20=EC=95=88=EC=93=B0=EB=8A=94=20js=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EB=B0=8F=20angular=20module=20=EC=A0=9C=EA=B1=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2236 84d0f5b1-2673-498c-a247-62c4ff18d310 --- src/main/webapp/index.html | 1 - src/main/webapp/scripts/app.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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(''); // 해쉬뱅을 사용 안할 수 있