[Mobile] Tree

WHen selecting a leaf node on phone-portrait,
now the left menu will close if you select the
object name or the arrow.
This commit is contained in:
Shivam Dave 2015-08-27 09:02:55 -07:00
parent 67cb5f8077
commit 8c4c65241a

View File

@ -30,7 +30,7 @@
mct-object="domainObject"
ng-model="ngModel"
ng-click="!treeNode.checkMobile() || model.composition == undefined ||
model.composition.length == 0 ? ngModel.selectedObject = domainObject : toggle.toggle();
model.composition.length == 0 ? treeNode.setObject(ngModel, domainObject) : toggle.toggle();
treeNode.trackExpansion()"
>
</mct-representation>