Fix typos
This commit is contained in:
parent
8138e5c9eb
commit
d5516ed394
7 changed files with 8 additions and 8 deletions
|
|
@ -27,7 +27,7 @@ angular.module('copayApp.controllers').controller('importLegacyController',
|
|||
});
|
||||
|
||||
self.scan = function(ids) {
|
||||
$log.debug('### Scaning: ' + ids)
|
||||
$log.debug('### Scanning: ' + ids)
|
||||
var i = 0;
|
||||
lodash.each(ids, function(id) {
|
||||
$rootScope.$emit('Local/WalletImported', id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue