2013-04-05 08:46:02 +02:00
|
|
|
<div class="css-treeview" ng-controller="CategoryTreeCtrl">
|
|
|
|
|
<ul>
|
|
|
|
|
<category node="SubscriptionService.subscriptions"
|
|
|
|
|
feed-click="feedClicked(id)" category-click="categoryClicked(id)"
|
|
|
|
|
selected-type="selectedType" selected-id="selectedId"
|
|
|
|
|
format-category-name="formatCategoryName(category)"
|
2013-04-09 10:39:02 +02:00
|
|
|
format-feed-name="formatFeedName(feed)"
|
|
|
|
|
unread-count="unreadCount(category)"> </category>
|
2013-04-05 08:46:02 +02:00
|
|
|
</ul>
|
|
|
|
|
</div>
|