I have a screen where some functionality is done via ajax on the page, then the user can filter, etc;
When checking the result he wants, he can click on a link that will redirect him to a new page, but if he clicks the back of the browser he will return to the previous page and will lose the filters he made.
I need to store the variable vm
( $scope-this
) so that when I get back I get this variable and seven again in the variable vm
, however it is not working because I store it in a hidden.
Is there anything else I can try?