mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
6 lines
298 B
HTML
6 lines
298 B
HTML
|
|
<div class="toolbar">
|
||
|
|
<div class="btn-group" data-toggle="buttons-radio">
|
||
|
|
<button type="button" class="btn" ng-model="settings.readingMode" btn-radio="'unread'">Unread</button>
|
||
|
|
<button type="button" class="btn" ng-model="settings.readingMode" btn-radio="'all'">All</button>
|
||
|
|
</div>
|
||
|
|
</div>
|