card-io / card.io-Cordova-Plugin

card.io Cordova Plugin
Other
174 stars 146 forks source link

Any callback return to the home route on Angular.js #70

Open 2Fwebd opened 7 years ago

2Fwebd commented 7 years ago

General information

Issue description

On Angular.js 1.x, whenever the process is complete, the user is redirected to the home view.

Let say I am on my-app.com/#/add-card/, once the process is done (exiting car.io) module, the user get redirected to my-app.com/#/, by redirection I do not mean page reload request.

Is there any reason and any way to get around that?

Many thanks