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

7 lines
244 B
HTML
Raw Normal View History

<div class="css-treeview" ng-controller="CategoryTreeCtrl">
<ul>
2013-04-18 12:50:44 +02:00
<category node="CategoryService.subscriptions"
selected-type="selectedType" selected-id="selectedId"
2013-04-09 10:39:02 +02:00
unread-count="unreadCount(category)"> </category>
</ul>
</div>