[Search] Tree hide change
The tree is now hidden whenever there is text in the search bar. (This allows for the case when there are no search results, but text in the search bar.)
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
</mct-include>
|
||||
</div>
|
||||
<div class='holder tree-holder abs'
|
||||
ng-hide="treeModel.filter">
|
||||
ng-hide="treeModel.search">
|
||||
<mct-representation key="'tree'"
|
||||
mct-object="domainObject"
|
||||
ng-model="treeModel">
|
||||
|
||||
Reference in New Issue
Block a user