From 759dc3f8b5f83a381d53c341acc10967c56d7b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Fri, 1 Aug 2014 23:10:39 +0200 Subject: [PATCH] Add angular-route --- app/views/results.html | 1 + bower.json | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/results.html b/app/views/results.html index a663f2e..d08607a 100644 --- a/app/views/results.html +++ b/app/views/results.html @@ -5,6 +5,7 @@ + diff --git a/bower.json b/bower.json index da2fd58..8c6bd0f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,7 @@ { - "name": "js-spaghetti-profiler", + "name": "yellowlabtools", "dependencies": { - "angular": "1.3.0-beta.16" + "angular": "^1.3.0", + "angular-route": "^1.3.0" } }