1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

pass folderId to add site

This commit is contained in:
Kyle Spearrin
2016-12-08 19:24:06 -05:00
parent e414dd1867
commit 61f205b4b8
3 changed files with 9 additions and 9 deletions

View File

@@ -150,7 +150,8 @@
storeState();
$state.go('addSite', {
animation: 'in-slide-up',
from: 'folder'
from: 'folder',
folderId: $scope.folder.id
});
};