1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

Rewrite lock module to TypeScript. (#354)

This commit is contained in:
Oscar Hinton
2017-11-03 21:40:44 +01:00
committed by Kyle Spearrin
parent e250d9b658
commit 8ae178aff3
7 changed files with 71 additions and 59 deletions

View File

@@ -260,8 +260,7 @@ angular
})
.state('lock', {
url: '/lock',
templateUrl: 'app/lock/views/lock.html',
controller: 'lockController',
component: 'lock',
data: { authorize: true },
params: { animation: null }
});