diff --git a/platform/commonUI/general/bundle.json b/platform/commonUI/general/bundle.json index 7d0228f0df..1728dbfc50 100644 --- a/platform/commonUI/general/bundle.json +++ b/platform/commonUI/general/bundle.json @@ -108,7 +108,7 @@ { "key": "ObjectInspectorController", "implementation": "controllers/ObjectInspectorController.js", - "depends": [ "$scope" ] + "depends": [ "$scope", "objectService" ] } ], "directives": [ diff --git a/platform/commonUI/general/res/templates/object-inspector.html b/platform/commonUI/general/res/templates/object-inspector.html index add8ff630e..b2e73d81e9 100644 --- a/platform/commonUI/general/res/templates/object-inspector.html +++ b/platform/commonUI/general/res/templates/object-inspector.html @@ -29,10 +29,21 @@ {{ data.name }} {{ data.value }} -