1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

Added view site option to current tab listing

This commit is contained in:
Kyle Spearrin
2016-11-09 21:45:29 -05:00
parent 64abacf180
commit c9413a5c49
6 changed files with 38 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ angular
var returnSearchText = $stateParams.returnSearchText;
var siteId = $stateParams.siteId;
var fromView = $stateParams.fromView;
var fromCurrent = $stateParams.fromCurrent;
$scope.site = {
folderId: null
@@ -73,7 +74,8 @@ angular
siteId: siteId,
animation: 'out-slide-down',
returnScrollY: returnScrollY || 0,
returnSearchText: returnSearchText
returnSearchText: returnSearchText,
fromCurrent: fromCurrent
});
}
else {