forked from Archives/Athou_commafeed
moved some functions to category directive scope
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
<div class="css-treeview" ng-controller="CategoryTreeCtrl">
|
||||
<ul>
|
||||
<category node="CategoryService.subscriptions"
|
||||
feed-click="feedClicked(id)" category-click="categoryClicked(id)"
|
||||
selected-type="selectedType" selected-id="selectedId"
|
||||
format-category-name="formatCategoryName(category)"
|
||||
format-feed-name="formatFeedName(feed)"
|
||||
unread-count="unreadCount(category)"> </category>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user