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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user