fix label issues

This commit is contained in:
Athou
2013-03-22 07:31:15 +01:00
parent 42f9b38f68
commit 905bea4a1a
4 changed files with 27 additions and 9 deletions

View File

@@ -4,7 +4,10 @@
<div class="css-treeview">
<ul>
<li ng-repeat="node in root.children">
<category node="node" feed-click="feedClicked(id)" category-click="categoryClicked(id)" selected-type="selectedType" selected-id="selectedId" format-category-name="formatCategoryName(category)"></category>
<category node="node" feed-click="feedClicked(id)" category-click="categoryClicked(id)"
selected-type="selectedType" selected-id="selectedId"
format-category-name="formatCategoryName(category)" format-feed-name="formatFeedName(feed)">
</category>
</li>
</ul>
</div>