fix second pin
This commit is contained in:
parent
b2bdd0578e
commit
d425e3ce9d
1 changed files with 0 additions and 1 deletions
|
|
@ -59,7 +59,6 @@ angular.module('copayApp.services')
|
||||||
scope.error = null;
|
scope.error = null;
|
||||||
scope.loading = null;
|
scope.loading = null;
|
||||||
if (newValue && newValue.length == 4) {
|
if (newValue && newValue.length == 4) {
|
||||||
scope.loading = true;
|
|
||||||
$timeout(function() {
|
$timeout(function() {
|
||||||
return cb(newValue);
|
return cb(newValue);
|
||||||
}, 30);
|
}, 30);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue