forked from Archives/Athou_commafeed
13 lines
696 B
HTML
13 lines
696 B
HTML
<div class="css-treeview" ng-controller="CategoryTreeCtrl">
|
|
<ul>
|
|
<category node="CategoryService.subscriptions" show-label="true" show-children="false"
|
|
level="0" selected-type="selectedType" selected-id="selectedId"
|
|
unread-count="unreadCount(category)"> </category>
|
|
<category node="starred" show-label="true" show-children="false"
|
|
level="0" selected-type="selectedType" selected-id="selectedId"
|
|
unread-count="unreadCount(category)"> </category>
|
|
<category node="CategoryService.subscriptions" show-label="false" show-children="true"
|
|
level="0" selected-type="selectedType" selected-id="selectedId"
|
|
unread-count="unreadCount(category)"> </category>
|
|
</ul>
|
|
</div> |