Allow password generator saveOptions to propogate by returning true (checkboxes were not working)

This commit is contained in:
Kyle Spearrin 2016-10-08 12:21:34 -04:00
parent 342b86a9ae
commit 71e92d83f8
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
passwordGenerationService.saveOptions(options);
$scope.regenerate(false);
return true;
};
$scope.clipboardError = function (e, password) {