mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 15:43:48 +00:00
[New Edit Mode] #633 Removed Editing workflow concerns from FixedController, LayoutController
This commit is contained in:
@ -91,14 +91,8 @@ define(
|
||||
}
|
||||
}
|
||||
|
||||
function setEditable(editableDomainObject) {
|
||||
self.domainObject = editableDomainObject;
|
||||
scope.model = editableDomainObject.getModel();
|
||||
}
|
||||
|
||||
// Place the "commit" method in the scope
|
||||
scope.commit = commit;
|
||||
scope.setEditable = setEditable;
|
||||
|
||||
// Clean up when the scope is destroyed
|
||||
scope.$on("$destroy", function () {
|
||||
|
Reference in New Issue
Block a user