reverted as it breaks the tree (displayed twice)

This commit is contained in:
Athou
2013-05-22 13:18:20 +02:00
parent 07f10a8f14
commit 2e290cf765

View File

@@ -15,7 +15,7 @@
</span>
</div>
</div>
<ul ui-if="node.expanded && showChildren">
<ul ng-show="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"