Files
Athou_commafeed/src/main/webapp/templates/_tree.html

7 lines
244 B
HTML

<div class="css-treeview" ng-controller="CategoryTreeCtrl">
<ul>
<category node="CategoryService.subscriptions"
selected-type="selectedType" selected-id="selectedId"
unread-count="unreadCount(category)"> </category>
</ul>
</div>