Skip to content

Commit

Permalink
compute duplicate list only once
Browse files Browse the repository at this point in the history
  • Loading branch information
lefant committed May 2, 2015
1 parent 5a1d0ce commit 4deca3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ module.exports = angular.module(
getPage(page + 1, photosAcc2);
} else {
$scope.initialDownload = false;
groupDuplicates(photosAcc2);
}
groupDuplicates(photosAcc2);
});
}

Expand Down

0 comments on commit 4deca3b

Please sign in to comment.