[Frontend] Manual re-do of collapse/expand panes
open #90 Renamed BrowseTreeController to PaneController; Ensuring mobile functionality parity;
This commit is contained in:
@@ -154,6 +154,11 @@ define(
|
||||
navigationService.removeListener(setNavigation);
|
||||
});
|
||||
|
||||
// Models for panes
|
||||
$scope.paneModelTree = {};
|
||||
$scope.paneModelInspect = {};
|
||||
|
||||
|
||||
}
|
||||
|
||||
return BrowseController;
|
||||
|
||||
@@ -63,6 +63,7 @@ define(
|
||||
*/
|
||||
BrowseTreeController.prototype.toggle = function () {
|
||||
this.state = !this.state;
|
||||
console.log('tree toggled: ' + this.state);
|
||||
};
|
||||
|
||||
/**
|
||||
Reference in New Issue
Block a user