Browse Source

No angular routes for the moment

Gaël Métais 11 years ago
parent
commit
d8f6780ee4
2 changed files with 2 additions and 3 deletions
  1. 1 1
      app/public/scripts/app.js
  2. 1 2
      bower.json

+ 1 - 1
app/public/scripts/app.js

@@ -1,3 +1,3 @@
-angular.module('Spaghetti', [
+angular.module('YellowLabTools', [
   'Results'
 ]);

+ 1 - 2
bower.json

@@ -1,7 +1,6 @@
 {
   "name": "yellowlabtools",
   "dependencies": {
-    "angular": "^1.3.0",
-    "angular-route": "^1.3.0"
+    "angular": "^1.3.0"
   }
 }