fix addressbook add scanner and some refactors
This commit is contained in:
parent
c65636e8db
commit
d624f4a2f7
6 changed files with 5 additions and 13 deletions
|
|
@ -10,7 +10,7 @@ angular.module('copayApp.controllers').controller('addressbookAddController', fu
|
|||
'email': ''
|
||||
};
|
||||
|
||||
$scope.onQrCodeScanned = function(data, addressbookForm) {
|
||||
$scope.onQrCodeScannedAddressBook = function(data, addressbookForm) {
|
||||
$timeout(function() {
|
||||
var form = addressbookForm;
|
||||
if (data && form) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue