1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-29 04:07:39 +02:00

lint error

This commit is contained in:
Kyle Spearrin 2017-04-22 08:22:17 -04:00
parent 94f7f13182
commit 1edda8b9c0

View File

@ -109,7 +109,7 @@ angular
$scope.sortUriMatch = function (login) {
// exact matches should sort earlier.
return url && url.startsWith(login.uri) ? 0 : 1;
}
};
$scope.$on('syncCompleted', function (event, successfully) {
if ($scope.loaded) {