Fix contacts

This commit is contained in:
Jean-Baptiste Dominguez 2018-07-17 11:02:25 +09:00
commit 7fa1cd1668

View file

@ -15,9 +15,9 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
if ($scope.clipboardHasAddress || $scope.clipboardHasContent) {
clipboardService.readFromClipboard(function(text) {
$scope.$apply(function() {
$scope.formData.search = text;
$scope.formData.search = text;
$scope.findContact($scope.formData.search);
});
$scope.findContact($scope.formData.search);
});
} else {
$ionicPopup.alert({