forked from Archives/Athou_commafeed
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 ng-bind-html-unsafe="entry.content"></div>
|
||||||
<div class="entry-buttons form-horizontal">
|
<div class="entry-buttons form-horizontal">
|
||||||
<label class="checkbox">
|
<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
|
Keep unread
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user