reduce fill color time effect - dark back arrow color
This commit is contained in:
parent
a51151b1d4
commit
107694cd58
2 changed files with 8 additions and 5 deletions
|
|
@ -28,9 +28,7 @@ angular.module('copayApp.controllers').controller('pincodeController', function(
|
|||
$scope.$apply();
|
||||
});
|
||||
if (!$scope.locking && isComplete()) {
|
||||
$timeout(function() {
|
||||
$scope.save();
|
||||
});
|
||||
$scope.save();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
@ -72,7 +70,9 @@ angular.module('copayApp.controllers').controller('pincodeController', function(
|
|||
|
||||
configService.set(opts, function(err) {
|
||||
if (err) $log.debug(err);
|
||||
$scope.close();
|
||||
$timeout(function() {
|
||||
$scope.close();
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue