prelim logic to conditionally display incoming data menu based on the source

This commit is contained in:
Marty Alcala 2016-10-20 12:53:35 -04:00
commit 78c9ac2484
2 changed files with 32 additions and 21 deletions

View file

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