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

Added new page for viewing sites within a folder

This commit is contained in:
Kyle Spearrin
2016-12-06 23:54:03 -05:00
parent b4d41c6808
commit 4476eb7389
9 changed files with 218 additions and 2 deletions

View File

@@ -115,7 +115,12 @@
};
$scope.viewFolder = function (folder) {
// TODO: vault folder page
$state.go('viewFolder', {
folderId: folder.id || '',
animation: 'in-slide-left',
returnScrollY: getScrollY(),
returnSearchText: $scope.searchText
});
};
$scope.clipboardError = function (e) {