mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
starring support (#43)
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
<div class="css-treeview" ng-controller="CategoryTreeCtrl">
|
||||
<ul>
|
||||
<category node="CategoryService.subscriptions"
|
||||
<category node="CategoryService.subscriptions" show-label="true" show-children="false"
|
||||
selected-type="selectedType" selected-id="selectedId"
|
||||
unread-count="unreadCount(category)"> </category>
|
||||
<category node="starred" show-label="true" show-children="false"
|
||||
selected-type="selectedType" selected-id="selectedId"
|
||||
unread-count="unreadCount(category)"> </category>
|
||||
<category node="CategoryService.subscriptions" show-label="false" show-children="true"
|
||||
selected-type="selectedType" selected-id="selectedId"
|
||||
unread-count="unreadCount(category)"> </category>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user