Added chart
diff --git a/mCordPortal/src/app/services/helpers.js b/mCordPortal/src/app/services/helpers.js
index a46833f..c8772a2 100644
--- a/mCordPortal/src/app/services/helpers.js
+++ b/mCordPortal/src/app/services/helpers.js
@@ -15,7 +15,7 @@
  */
 
 (function () {
-  "use strict";
+  'use strict';
 
   angular.module('mCord')
   .service('Helpers', function(){
@@ -24,6 +24,9 @@
         start.getTime() + Math.random() * (end.getTime() - start.getTime())
       );
     }
+  })
+  .factory('_', function(){
+    return window._;
   });
 
 }());
\ No newline at end of file