Fix contacts
This commit is contained in:
parent
a4f0f88766
commit
7fa1cd1668
1 changed files with 2 additions and 2 deletions
|
|
@ -15,9 +15,9 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
|
||||||
if ($scope.clipboardHasAddress || $scope.clipboardHasContent) {
|
if ($scope.clipboardHasAddress || $scope.clipboardHasContent) {
|
||||||
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({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue