1
0
mirror of https://github.com/bitwarden/web synced 2025-12-16 08:13:22 +00:00

fixed to collection sharing. observe login edit.

This commit is contained in:
Kyle Spearrin
2017-05-08 11:36:11 -04:00
parent 565c6bafae
commit 4518e7056c
9 changed files with 30 additions and 12 deletions

View File

@@ -40,6 +40,10 @@
};
$scope.folderSort = function (item) {
if (!item.id) {
return '';
}
return item.name.toLowerCase();
};