added PasswordController
This commit is contained in:
parent
777ef70d4d
commit
bbf9a9c4d5
4 changed files with 55 additions and 1 deletions
11
js/controllers/password.js
Normal file
11
js/controllers/password.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copay.password').controller('PasswordController',
|
||||
function($scope, $rootScope) {
|
||||
$scope.title = 'Password';
|
||||
|
||||
$scope.getPassphrase = function() {
|
||||
console.log('######### Password', $scope.password);
|
||||
};
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue