account menu complete

This commit is contained in:
Mo Bitar
2017-01-28 00:09:44 -06:00
parent f296b0e49e
commit 2b0aa2d4ca
6 changed files with 110 additions and 53 deletions

View File

@@ -32,11 +32,10 @@ angular.module('app.frontend')
this.updateOfflineStatus();
this.findErrors = function() {
this.error = syncManager.error;
this.error = syncManager.syncStatus.error;
}
this.findErrors();
this.accountMenuPressed = function() {
this.serverData = {};
this.showAccountMenu = !this.showAccountMenu;