offline fixes

This commit is contained in:
Mo Bitar
2017-01-09 09:15:17 -06:00
parent 2ac3382b6d
commit 818f6aafe9
9 changed files with 277 additions and 271 deletions

View File

@@ -131,14 +131,4 @@ angular.module('app.frontend')
apiController.sync(null);
}
/*
Header Ctrl Callbacks
*/
$scope.headerLogout = function() {
apiController.clearLocalStorage();
}
});