Added chart
diff --git a/mCordPortal/src/index.html b/mCordPortal/src/index.html
index 621bfc9..dcd04c0 100644
--- a/mCordPortal/src/index.html
+++ b/mCordPortal/src/index.html
@@ -25,6 +25,7 @@
     <title>M-CORD Subscriber Portal</title>
 
     <!-- bower:css -->
+    <link rel="stylesheet" href="bower_components/angular-chart.js/dist/angular-chart.css" />
     <!-- endbower -->
 
     <!-- bower:js -->
@@ -36,6 +37,9 @@
     <script src="bower_components/bootstrap-sass/assets/javascripts/bootstrap.js"></script>
     <script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script>
     <script src="bower_components/ngmap/build/scripts/ng-map.js"></script>
+    <script src="bower_components/Chart.js/Chart.js"></script>
+    <script src="bower_components/angular-chart.js/dist/angular-chart.js"></script>
+    <script src="bower_components/lodash/lodash.js"></script>
     <!-- endbower -->
 
     <link rel="stylesheet" href="style/main.css">
@@ -45,6 +49,7 @@
     <script src="dist/services/users.js"></script>
     <script src="dist/services/helpers.js"></script>
     <script src="dist/services/rest/enodeb.js"></script>
+    <script src="dist/services/rest/profiles.js"></script>
 
     <script src="dist/components/header/header.js"></script>
     <script src="dist/components/footer/footer.js"></script>