[New Edit Mode] #633 Removed Editing workflow concerns from FixedController, LayoutController

This commit is contained in:
Henry
2016-05-12 19:12:00 -07:00
parent 25a2321578
commit b6502e9ea1
4 changed files with 4 additions and 19 deletions

View File

@ -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 () {