From d8f6780ee496bf2499bece634ebb2b4250c4f0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 25 Aug 2014 14:18:59 +0200 Subject: [PATCH] No angular routes for the moment --- app/public/scripts/app.js | 2 +- bower.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/public/scripts/app.js b/app/public/scripts/app.js index 3e968a1..7742ca8 100644 --- a/app/public/scripts/app.js +++ b/app/public/scripts/app.js @@ -1,3 +1,3 @@ -angular.module('Spaghetti', [ +angular.module('YellowLabTools', [ 'Results' ]); \ No newline at end of file diff --git a/bower.json b/bower.json index 8c6bd0f..ff498ef 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,6 @@ { "name": "yellowlabtools", "dependencies": { - "angular": "^1.3.0", - "angular-route": "^1.3.0" + "angular": "^1.3.0" } }