Remove routing system of angular

pull/1103/head
Floran Brutel 2017-06-05 09:57:43 +02:00
parent 7f45a0af31
commit 17adb57ace
4 changed files with 1088 additions and 1916 deletions

View File

@ -3,7 +3,6 @@
"private": true,
"dependencies": {
"angular": "^1.5.8",
"angular-route": "^1.5.8",
"lodash": "^4.13.1",
"favico.js": "^0.3.10",
"angular-hotkeys": "chieffancypants/angular-hotkeys#^1.7.0"

View File

@ -1,4 +1,4 @@
var glancesApp = angular.module('glancesApp', ['ngRoute', 'glances.config', 'cfp.hotkeys'])
var glancesApp = angular.module('glancesApp', ['glances.config', 'cfp.hotkeys'])
.value('CONFIG', {})
.value('ARGUMENTS', {})

View File

@ -1,4 +1,4 @@
var glancesApp = angular.module('glancesApp', ['ngRoute', 'glances.config', 'cfp.hotkeys'])
var glancesApp = angular.module('glancesApp', ['glances.config', 'cfp.hotkeys'])
.value('CONFIG', {})
.value('ARGUMENTS', {})

File diff suppressed because it is too large Load Diff