2013-04-05 08:46:02 +02:00
|
|
|
<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"
|
2013-04-05 08:46:02 +02:00
|
|
|
selected-type="selectedType" selected-id="selectedId"
|
2013-04-09 10:39:02 +02:00
|
|
|
unread-count="unreadCount(category)"> </category>
|
2013-04-05 08:46:02 +02:00
|
|
|
</ul>
|
|
|
|
|
</div>
|