Reading Subscriber user from XOS Apis
diff --git a/views/ngXosViews/subscriberPortal/src/index.html b/views/ngXosViews/subscriberPortal/src/index.html
index 61f7507..1d2e1e1 100644
--- a/views/ngXosViews/subscriberPortal/src/index.html
+++ b/views/ngXosViews/subscriberPortal/src/index.html
@@ -29,6 +29,8 @@
     <script src="bower_components/jquery/dist/jquery.js"></script>
 
     <script src="cord.js"></script>
+    <script src="app/fw/services/rest.js"></script>
+    <script src="app/fw/services/helpers.js"></script>
     <link rel="stylesheet" href="app/view/common/common.css">
 
     <script src="app/fw/mast/mast.js"></script>