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 @@