[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:
@@ -153,12 +153,6 @@ define(
|
||||
$scope.$on("$destroy", function () {
|
||||
navigationService.removeListener(setNavigation);
|
||||
});
|
||||
|
||||
// Models for panes
|
||||
$scope.paneModelTree = {};
|
||||
$scope.paneModelInspect = {};
|
||||
|
||||
|
||||
}
|
||||
|
||||
return BrowseController;
|
||||
|
||||
Reference in New Issue
Block a user