this.getAll = function() {
      return storageService.all(storageService.BUNDLE)
        .then(function(bundles) {
          return syncService.addSyncStatus(bundles);
        });