commit
16772c6f31
6 changed files with 12 additions and 8 deletions
|
|
@ -59,7 +59,6 @@ angular.module('copayApp.services')
|
|||
scope.error = null;
|
||||
scope.loading = null;
|
||||
if (newValue && newValue.length == 4) {
|
||||
scope.loading = true;
|
||||
$timeout(function() {
|
||||
return cb(newValue);
|
||||
}, 30);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue