extensions wip

This commit is contained in:
Mo Bitar
2017-01-04 00:14:20 -06:00
parent 18a9726f89
commit 24ed04b46f
9 changed files with 422 additions and 20 deletions

View File

@@ -14,8 +14,6 @@ angular.module('app.frontend')
setInterval(function () {
apiController.sync(null);
}, 30000);
// apiController.verifyEncryptionStatusOfAllItems($scope.defaultUser, function(success){});
}
apiController.getCurrentUser(function(user){