fix double tap on send qr icon

This commit is contained in:
Gabriel Bazán 2016-10-13 12:41:02 -03:00
commit 9753a2067c
2 changed files with 5 additions and 1 deletions

View file

@ -59,6 +59,10 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
});
};
$scope.openScanner = function() {
$state.go('tabs.scan');
}
$scope.showMore = function() {
currentContactsPage++;
updateList();