mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 08:46:22 +10:00
[김훈민] [PINPOINT-213] 안쓰는 js 파일 및 angular module 제거.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2236 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -68,7 +68,6 @@
|
||||
<script src="components/gojs/go.js"></script>
|
||||
<script src="components/d3/d3.min.js"></script>
|
||||
<script src="components/nvd3/nv.d3.js"></script>
|
||||
<script src="components/angularjs-nvd3-directives/dist/angularjs-nvd3-directives.js"></script>
|
||||
|
||||
<!-- build:js scripts/plugins.js -->
|
||||
<script src="components/select2/select2.min.js"></script>
|
||||
|
||||
@@ -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(''); // 해쉬뱅을 사용 안할 수 있
|
||||
|
||||
Reference in New Issue
Block a user