From 50c08a15d62178b63ac2eacb698132187601a12e Mon Sep 17 00:00:00 2001 From: slhale Date: Fri, 28 Aug 2015 11:50:16 -0700 Subject: [PATCH] [Inspector] Inspection of Library and Elements In edit mode, the user can now use the object inspector to inspect the objects contained within the Library and Elements panes. --- platform/commonUI/edit/res/templates/edit-object.html | 7 +++++-- platform/commonUI/edit/res/templates/elements.html | 4 +++- platform/commonUI/general/res/templates/tree-node.html | 7 +++---- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/platform/commonUI/edit/res/templates/edit-object.html b/platform/commonUI/edit/res/templates/edit-object.html index f73bf9afd0..af819e8fda 100644 --- a/platform/commonUI/edit/res/templates/edit-object.html +++ b/platform/commonUI/edit/res/templates/edit-object.html @@ -54,7 +54,8 @@ > + mct-object="editPanes.getRoot()" + ng-model="ngModel"> @@ -64,7 +65,9 @@ ng-controller="ToggleController as toggle" > - + diff --git a/platform/commonUI/edit/res/templates/elements.html b/platform/commonUI/edit/res/templates/elements.html index fff8ebd614..d41f0b5beb 100644 --- a/platform/commonUI/edit/res/templates/elements.html +++ b/platform/commonUI/edit/res/templates/elements.html @@ -24,7 +24,9 @@