How to get back to the previous page when we click the save button in custom service portal.

sowmya28
Tera Contributor

How to get back to the previous page when we click the save button in custom service portal.

1 REPLY 1

Justin77
Mega Guru

In the ng-click function for that button you can use

$window.history.back();

Note: if not already injected, you will need to inject the $window service into your widget's controller.