keep unread button

This commit is contained in:
Athou
2013-04-07 10:41:55 +02:00
parent 3b070307bb
commit 0e80d4ec56
3 changed files with 21 additions and 1 deletions

View File

@@ -20,6 +20,12 @@
</h4>
</div>
<div ng-bind-html-unsafe="entry.content"></div>
<div class="entry-buttons form-horizontal">
<label class="checkbox">
<input type="checkbox" value="{{!entry.read}}" ng-click="mark(entry, !entry.read)"></input>
Keep unread
</label>
</div>
</div>
</div>
<div class="no-entries" ng-show="!message && name && entries.length == 0 && !busy">"{{name}}" has no unread items.</div>