Id like to prevent the default behaviour of a controller refreshing every single time I visit a page.
I've added cache:true, to my routes to see if that would change anything, but it doesnt.
I have a list of things loading, that I really just want to load on start, and never again. How do I do this??
It seems everyone here is searching for how to trigger a controller everytime, I have the exact opposite problem.
I need to NOT trigger it everytime.