1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-12 13:15:33 +02:00

persist from state on site edit

This commit is contained in:
Kyle Spearrin 2016-12-16 22:40:09 -05:00
parent 85e78b97d1
commit bb091a2636
2 changed files with 4 additions and 2 deletions

View File

@ -102,7 +102,8 @@
animation: 'out-slide-down',
site: editState.site,
fromView: editState.fromView,
siteId: editState.siteId
siteId: editState.siteId,
from: editState.from
});
}
else {

View File

@ -108,7 +108,8 @@ angular
editState: {
fromView: fromView,
siteId: siteId,
site: $scope.site
site: $scope.site,
from: from
}
});
}