Merge pull request #2071 from cmgustavo/bug/pin-02

Bug/pin 02
This commit is contained in:
Matias Alejo Garcia 2014-12-09 19:19:20 -03:00
commit 16772c6f31
6 changed files with 12 additions and 8 deletions

View file

@ -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);