remvoed unnecessary password controller/ui
This commit is contained in:
parent
9c533ed50b
commit
6cd9d445dd
3 changed files with 14 additions and 38 deletions
|
|
@ -21,7 +21,6 @@ var copayApp = window.copayApp = angular.module('copay',[
|
|||
'copay.directives',
|
||||
'copay.video',
|
||||
'copay.import',
|
||||
'copay.password',
|
||||
'copay.passphrase'
|
||||
]);
|
||||
|
||||
|
|
@ -39,6 +38,5 @@ angular.module('copay.socket', []);
|
|||
angular.module('copay.directives', []);
|
||||
angular.module('copay.video', []);
|
||||
angular.module('copay.import', []);
|
||||
angular.module('copay.password', []);
|
||||
angular.module('copay.passphrase', []);
|
||||
|
||||
|
|
|
|||
|
|
@ -22,10 +22,6 @@ angular
|
|||
templateUrl: 'setup.html',
|
||||
validate: false
|
||||
})
|
||||
.when('/password', {
|
||||
templateUrl: 'password.html',
|
||||
validate: false
|
||||
})
|
||||
.when('/addresses', {
|
||||
templateUrl: 'addresses.html',
|
||||
validate: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue