[New Edit Mode] Add Elements pool to New Edit Mode #279

This commit is contained in:
Henry
2015-11-25 10:40:37 -08:00
parent 7849803a5d
commit c211f413aa
4 changed files with 7 additions and 4 deletions

View File

@ -50,7 +50,8 @@ define(
((domainObject && domainObject.useCapability('view')) || [])
.forEach(selectViewIfMatching);
}
$scope.editMode = domainObject.hasCapability('editor') ? true : false;
//$scope.editMode = domainObject.hasCapability('editor') ?
// true : false;
navigatedObject = domainObject;
}