forked from Archives/Athou_commafeed
remove tree entries from the dom completely when hidden
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user