Added save buttons

This commit is contained in:
Henry
2015-10-21 11:54:35 -07:00
parent 92573b817f
commit 15ed91f651
2 changed files with 8 additions and 10 deletions

View File

@ -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;
}
}