mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
fix checkbox erratic behavior in some cases
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<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>
|
||||
<input type="checkbox" ng-checked="!entry.read" ng-click="mark(entry, !entry.read)"></input>
|
||||
Keep unread
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user