forked from Archives/Athou_commafeed
save settings on read mode change
This commit is contained in:
6
src/main/webapp/directives/toolbar.html
Normal file
6
src/main/webapp/directives/toolbar.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user