Bitpay card config external json

This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-07 19:21:46 -03:00
commit 222fbe57ff
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
7 changed files with 73 additions and 8 deletions

View file

@ -70,6 +70,7 @@ angular.module('copayApp.services').factory('incomingData', function($log, $ioni
// Plain URL
} else if (/^https?:\/\//.test(data)) {
if ($state.current.name == 'tabs.bitpayCardIntro' || $state.current.name == 'tabs.buyandsell.glidera') return false;
$state.go('tabs.send');
$timeout(function() {
$state.transitionTo('tabs.send.confirm', {paypro: data});