tree hover

This commit is contained in:
Athou
2013-05-01 17:04:49 +02:00
parent cd10ee2e0a
commit 451979589c
4 changed files with 45 additions and 14 deletions

View File

@@ -1,13 +1,13 @@
<div class="css-treeview" ng-controller="CategoryTreeCtrl">
<ul>
<category node="CategoryService.subscriptions" show-label="true" show-children="false"
selected-type="selectedType" selected-id="selectedId"
level="0" 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"
level="0" 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"
level="0" selected-type="selectedType" selected-id="selectedId"
unread-count="unreadCount(category)"> </category>
</ul>
</div>