Merge pull request #439 from gabrielbazan7/fix/sendQrIcon

fix doble tap to open qr view
This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-13 12:42:15 -03:00 committed by GitHub
commit c6c8931d25
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();