remove tree entries from the dom completely when hidden

This commit is contained in:
Athou
2013-05-22 12:43:08 +02:00
parent 5bf2dfaa18
commit 891102a8e8

View File

@@ -15,7 +15,7 @@
</span>
</div>
</div>
<ul ng-show="node.expanded && showChildren">
<ul ui-if="node.expanded && showChildren">
<recursive>
<category ng-repeat="child in node.children" ng-show="settingsService.settings.showRead == true || unreadCount({category:node}) > 0"
node="child" level="level + 1" selected-type="selectedType"