Files
commafeed/src/main/webapp/templates/_tree.html
2013-04-09 10:39:02 +02:00

10 lines
418 B
HTML

<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)"
format-feed-name="formatFeedName(feed)"
unread-count="unreadCount(category)"> </category>
</ul>
</div>