No angular routes for the moment

This commit is contained in:
Gaël Métais
2014-08-25 14:18:59 +02:00
parent 714d35aa27
commit d8f6780ee4
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
angular.module('Spaghetti', [
angular.module('YellowLabTools', [
'Results'
]);
+1 -2
View File
@@ -1,7 +1,6 @@
{
"name": "yellowlabtools",
"dependencies": {
"angular": "^1.3.0",
"angular-route": "^1.3.0"
"angular": "^1.3.0"
}
}