Thursday, 10 November 2016

How can We return to the previous page with Ionic directives.

function goBack() {
window.history.back();
}

No comments:

Post a Comment