sendflow service integrated into flow

This commit is contained in:
Sebastiaan Pasma 2018-08-08 17:27:15 +02:00
commit 2206102715
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
2 changed files with 20 additions and 2 deletions

View file

@ -191,6 +191,7 @@ angular.module('copayApp.controllers').controller('walletSelectorController', fu
};
$scope.goBack = function() {
sendFlowService.previousState();
$ionicHistory.goBack();
}