This commit is contained in:
Mo Bitar
2020-01-31 10:45:59 -06:00
parent 53f6b82dd6
commit 05fd5e7756
8 changed files with 74 additions and 111 deletions

View File

@@ -52,7 +52,7 @@
ng-if='ctrl.lastSyncDate && !ctrl.isRefreshing'
)
.sk-label.subtle
| Last refreshed {{ctrl.lastSyncDate | appDateTime}}
| Last refreshed {{ctrl.lastSyncDate}}
.sk-app-bar-item(
ng-click='ctrl.toggleSyncResolutionMenu()',
ng-if='(ctrl.outOfSync && !ctrl.isRefreshing) || ctrl.showSyncResolution'