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