ref password and andvanced options on join and export file view

This commit is contained in:
Javier 2016-10-07 16:23:08 -03:00
commit 45c6cd9736
5 changed files with 72 additions and 37 deletions

View file

@ -175,8 +175,6 @@ angular.module('copayApp.controllers').controller('createController',
function _create(opts) {
ongoingProcess.set('creatingWallet', true);
$timeout(function() {
console.log(opts);
return;
profileService.createWallet(opts, function(err, client) {
ongoingProcess.set('creatingWallet', false);
if (err) {