Skip to content

Commit

Permalink
[Frontend] Manual integration of Inspector
Browse files Browse the repository at this point in the history
open #90
open #73
In-progress manual integrated Sarah Hale's work on ObjectInspector;
  • Loading branch information
charlesh88 committed Oct 23, 2015
1 parent 0c4d422 commit 2452b25
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 4 additions & 1 deletion platform/commonUI/browse/res/templates/browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@
<mct-splitter class="splitter-inspect mobile-hide"></mct-splitter>

<div class="split-pane-component t-inspect pane right mobile-hide">
<!--Inspector goes here-->
<mct-representation key="'object-inspector'"
mct-object="domainObject"
ng-model="treeModel">
</mct-representation>
</div>
</mct-split-pane>
</div>
Expand Down
9 changes: 9 additions & 0 deletions platform/commonUI/general/bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@
"key": "SelectorController",
"implementation": "controllers/SelectorController.js",
"depends": [ "objectService", "$scope" ]
},
{
"key": "ObjectInspectorController",
"implementation": "controllers/ObjectInspectorController.js",
"depends": [ "$scope", "objectService" ]
}
],
"directives": [
Expand Down Expand Up @@ -232,6 +237,10 @@
"key": "switcher",
"templateUrl": "templates/controls/switcher.html",
"uses": [ "view" ]
},
{
"key": "object-inspector",
"templateUrl": "templates/object-inspector.html"
}
],
"controls": [
Expand Down
1 change: 1 addition & 0 deletions platform/commonUI/general/test/suite.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"controllers/ContextMenuController",
"controllers/DateTimePickerController",
"controllers/GetterSetterController",
"controllers/ObjectInspectorController",
"controllers/SelectorController",
"controllers/SplitPaneController",
"controllers/TimeRangeController",
Expand Down

0 comments on commit 2452b25

Please sign in to comment.