forked from Archives/Athou_commafeed
fix unread count
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<span> <input type="checkbox" checked="checked" />
|
||||
<li> <input type="checkbox" checked="checked" />
|
||||
<label ng-click="categoryClick({id: node.id})"
|
||||
ng-class="{selected: (node.id == selectedId && selectedType == 'category')}">{{formatCategoryName({category:node})}}
|
||||
</label>
|
||||
@@ -9,4 +9,4 @@
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</span>
|
||||
</li>
|
||||
Reference in New Issue
Block a user