fix second pin

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-09 18:44:05 -03:00
parent b2bdd0578e
commit d425e3ce9d
1 changed files with 0 additions and 1 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);