added slicing chart in enodeb details
diff --git a/mCordPortal/src/app/components/related-profiles/related-profiles.js b/mCordPortal/src/app/components/related-profiles/related-profiles.js
index 9fbeddc..f12f2df 100644
--- a/mCordPortal/src/app/components/related-profiles/related-profiles.js
+++ b/mCordPortal/src/app/components/related-profiles/related-profiles.js
@@ -20,7 +20,8 @@
       restrict: 'E',
       templateUrl: 'app/components/related-profiles/related-profiles.tpl.html',
       scope: {
-        model: '='
+        model: '=',
+        config: '='
       },
       bindToController: true,
       controllerAs: 'vm',