Bug fixes. Split contacts and wallets from send
This commit is contained in:
parent
04c724f3dc
commit
b370e61012
8 changed files with 36 additions and 16 deletions
|
|
@ -31,7 +31,7 @@ angular.module('copayApp.controllers').controller('addressbookAddController', fu
|
|||
return;
|
||||
}
|
||||
if ($scope.fromSendTab) $scope.goHome();
|
||||
else $state.go('tabs.addressbook');
|
||||
else $ionicHistory.goBack();
|
||||
});
|
||||
}, 100);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue