refresh button

This commit is contained in:
Mo Bitar
2016-12-29 22:57:46 -06:00
parent 96006e3dca
commit 110dc4e758
9 changed files with 69 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
.header
.header-content
.menu
.menu.left
.items
.item.account
%div{"ng-click" => "ctrl.accountMenuPressed()"}
@@ -90,3 +90,10 @@
.item
%a{"href" => "https://standardnotes.org", "target" => "_blank"}
Help
.menu.right
.items
.item.last-refreshed{"ng-if" => "ctrl.getLastRefreshDate()"}
Last refreshed {{ctrl.getLastRefreshDate() | appDateTime}}
.item{"ng-click" => "ctrl.refreshData()"}
Refresh