I have several services which uses a webservice and caches a lot of the results.By caching i mean storing in a variable on the service. When a user logs out the data should
you can use a full page refresh:
$window.location.reload();
this will restart the whole state of your application
another solution could be to store everything in session storage and then clear it on log out:
sessionStorage.clear();