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

13 lines
666 B
HTML
Raw Normal View History

<div class="css-treeview" ng-controller="CategoryTreeCtrl">
<ul>
2013-04-30 11:29:02 +02:00
<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"
2013-04-09 10:39:02 +02:00
unread-count="unreadCount(category)"> </category>
</ul>
</div>