mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
7 lines
244 B
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> |