remvoed unnecessary password controller/ui

This commit is contained in:
Mario Colque 2014-05-01 14:21:20 -03:00
commit 6cd9d445dd
3 changed files with 14 additions and 38 deletions

View file

@ -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', []);

View file

@ -22,10 +22,6 @@ angular
templateUrl: 'setup.html',
validate: false
})
.when('/password', {
templateUrl: 'password.html',
validate: false
})
.when('/addresses', {
templateUrl: 'addresses.html',
validate: true