Please help test: Angular 1.3, improved transitions, cached views, etc

View Caching and State Resolution… I am preparing data in via “resolve” in my state definitions. What I would like to do, is detect as part of my data preparation whether the data I am injecting into my view has changed and ensure that if it has, that my view is either purged from the cache or that I can access the newly resolved values in the “enter” event handler. By debugging, I see that my resolve functions are being called for each state transition, but since these resolved values are provided via injection in the controller’s constructor, I am assuming that I don’t have access to the these provided values in my handler for the “enter” event? Any thoughts?

PS. This forum is practically impossible to search