allow creating transaction proposal without a private key

This commit is contained in:
Gabriel Bazán 2016-06-30 13:05:15 -03:00
commit aa55fdd89c
3 changed files with 14 additions and 6 deletions

View file

@ -1,5 +1,5 @@
angular.module('copayApp.controllers').controller('paperWalletController',
function($scope, $timeout, $log, configService, profileService, go, addressService, txStatus, bitcore, ongoingProcess) {
function($scope, $timeout, $log, $ionicModal, configService, profileService, go, addressService, txStatus, bitcore, ongoingProcess) {
var fc = profileService.focusedClient;
var rawTx;