1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

fixes for item filtering in vault

This commit is contained in:
Kyle Spearrin
2017-10-09 08:20:58 -04:00
parent b13edfeeae
commit 52f3032483
4 changed files with 8 additions and 8 deletions

View File

@@ -168,7 +168,7 @@
});
};
$scope.$on('vaultAddLogin', function (event, args) {
$scope.$on('vaultAddCipher', function (event, args) {
$scope.addCipher();
});