mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 08:39:59 +00:00
Added save buttons
This commit is contained in:
@ -72,7 +72,7 @@ define(
|
||||
if (editMode){
|
||||
$scope.domainObject = domainObject && new EditableDomainObject(domainObject, $q);
|
||||
} else {
|
||||
$scope.domainObject = (domainObject.getDomainObject && domainObject.getDomainObject) || domainObject;
|
||||
$scope.domainObject = (domainObject.getDomainObject && domainObject.getDomainObject()) || domainObject;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user