[Frontend] Manual re-do of collapse/expand panes

open #90
Implementing PaneController;
Added inspection pane and toggle button in
browse-object.html;
This commit is contained in:
Charles Hacskaylo
2015-10-22 14:26:22 -07:00
parent b98c1cdfe8
commit 4f27104663
7 changed files with 111 additions and 84 deletions

View File

@@ -153,12 +153,6 @@ define(
$scope.$on("$destroy", function () {
navigationService.removeListener(setNavigation);
});
// Models for panes
$scope.paneModelTree = {};
$scope.paneModelInspect = {};
}
return BrowseController;