1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

add/edit/view fixes for ciphers

This commit is contained in:
Kyle Spearrin
2017-10-16 10:09:17 -04:00
parent af973cbce3
commit 176b9a8ed0
7 changed files with 347 additions and 143 deletions

View File

@@ -46,7 +46,7 @@
$scope.savePromise = null;
$scope.save = function () {
if (!cipher.name || cipher.name === '') {
if (!$scope.cipher.name || $scope.cipher.name === '') {
toastr.error(i18nService.nameRequired, i18nService.errorsOccurred);
return;
}