1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

vault edit site

This commit is contained in:
Kyle Spearrin
2016-09-10 22:54:20 -04:00
parent eed9956ff5
commit 9ebec2a1bc
6 changed files with 154 additions and 65 deletions

View File

@@ -88,7 +88,7 @@
templateUrl: "app/vault/views/vaultEditSite.html",
controller: 'vaultEditSiteController',
data: { authorize: true },
params: { animation: null }
params: { animation: null, fromView: true }
});
})
.run(function ($rootScope, userService, loginService, tokenService, $state) {