diff --git a/public/app/index.html b/public/app/index.html
index 592ae523..91f3b883 100644
--- a/public/app/index.html
+++ b/public/app/index.html
@@ -11,6 +11,7 @@
+
@@ -29,6 +30,9 @@
-->
+
+
+
diff --git a/public/app/js/app.js b/public/app/js/app.js
index fba25d03..9898f657 100644
--- a/public/app/js/app.js
+++ b/public/app/js/app.js
@@ -1 +1,2 @@
-var app = angular.module('app', ['ui.router']);
+var app = angular.module( 'app', [ 'ui.router',
+ 'legendDirectives' ] );
diff --git a/public/bower.json b/public/bower.json
index 8ccb73c0..6d420684 100644
--- a/public/bower.json
+++ b/public/bower.json
@@ -6,9 +6,10 @@
"license": "MIT",
"dependencies": {
"angular": "latest",
- "angular-ui-router": "~0.2.10",
- "angular-loader": "1.2.x",
- "angular-mocks": "~1.2.x",
- "html5-boilerplate": "~4.3.0"
+ "angular-ui-router": "latest",
+ "angular-loader": "latest",
+ "angular-mocks": "latest",
+ "html5-boilerplate": "latest",
+ "angularjs-nvd3-directives": "latest"
}
}