This commit is contained in:
Matias Alejo Garcia 2016-08-17 15:36:19 -03:00
commit 985c0af780
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
3 changed files with 27 additions and 27 deletions

View file

@ -36,5 +36,5 @@ angular.module('copayApp.controllers').controller('tabHomeController',
$scope.bitpayCardEnabled = true; // TODO
// $state.transitionTo('confirm', {toAmount:555500, toAddress: 'mvfAwUJohJWibGzBZgAUGsDarsr4Z4NovU', toName: 'bla bla'});
$state.transitionTo('confirm', {toAmount:555500, toAddress: 'mvfAwUJohJWibGzBZgAUGsDarsr4Z4NovU', toName: 'bla bla'});
});