فهرست منبع

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"
   }
 }