From 9753a2067cb83b0cae45c01920276cb1a8a0560e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Thu, 13 Oct 2016 12:41:02 -0300 Subject: [PATCH] fix double tap on send qr icon --- src/js/controllers/tab-send.js | 4 ++++ www/views/tab-send.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/js/controllers/tab-send.js b/src/js/controllers/tab-send.js index 1792ccae1..55e64b115 100644 --- a/src/js/controllers/tab-send.js +++ b/src/js/controllers/tab-send.js @@ -59,6 +59,10 @@ angular.module('copayApp.controllers').controller('tabSendController', function( }); }; + $scope.openScanner = function() { + $state.go('tabs.scan'); + } + $scope.showMore = function() { currentContactsPage++; updateList(); diff --git a/www/views/tab-send.html b/www/views/tab-send.html index 2a6e23347..60a594212 100644 --- a/www/views/tab-send.html +++ b/www/views/tab-send.html @@ -22,7 +22,7 @@