Fix contacts

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

View file

@ -16,8 +16,8 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
clipboardService.readFromClipboard(function(text) { clipboardService.readFromClipboard(function(text) {
$scope.$apply(function() { $scope.$apply(function() {
$scope.formData.search = text; $scope.formData.search = text;
$scope.findContact($scope.formData.search);
}); });
$scope.findContact($scope.formData.search);
}); });
} else { } else {
$ionicPopup.alert({ $ionicPopup.alert({