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

from state passed around

This commit is contained in:
Kyle Spearrin
2016-12-07 00:07:01 -05:00
parent 4476eb7389
commit d16b9920ec
8 changed files with 34 additions and 19 deletions

View File

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