How to reload a view everytime, but not when we are comming back

Currently i am working in app, where i have list of favourite property. once i click on favourite in side menu it loads the list first time. then i click on property and goes to detail view . come back everything is ok.
But if again i click on favourite property , list does not update (as url is same, state is same and ionic has cached the view). if i put cache =false. then it update also when i am coming back from detail property view, which i donot want, is there any way to avoid refreshing when you are coming back from detail view ?