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

add add UI for cards and identity

This commit is contained in:
Kyle Spearrin
2017-10-16 09:12:52 -04:00
parent abf38e396e
commit af973cbce3
3 changed files with 228 additions and 21 deletions

View File

@@ -20,7 +20,7 @@
}
};
if($stateParams.uri) {
if ($stateParams.uri) {
$scope.cipher.login.uri = $stateParams.uri;
}
@@ -40,7 +40,7 @@
$scope.folders = folders;
});
$scope.typeChanged = function() {
$scope.typeChanged = function () {
$scope.cipher.type = parseInt($scope.selectedType);
};