Default prolink installation

This commit is contained in:
Mo Bitar
2017-12-28 11:30:36 -06:00
parent 8c15438d00
commit f2d88d287d
6 changed files with 50 additions and 16 deletions

View File

@@ -64,6 +64,9 @@ class SyncManager {
this.$rootScope.$broadcast("sync:completed", {});
// Required in order for modelManager to notify sync observers
this.modelManager.didSyncModelsOffline(items);
if(callback) {
callback({success: true});
}