浏览代码

No angular routes for the moment

Gaël Métais 11 年之前
父节点
当前提交
d8f6780ee4
共有 2 个文件被更改,包括 2 次插入3 次删除
  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"
   }
 }