Go back and keep previous screen intact

Also, in beta 14 (and the nightlies) there is view caching, which may solve your issue. If you put your http call in the controller it will only be called the first time the view is loaded and therefore the list won’t be reloaded until that view is no longer cached.

From Please help test: Angular 1.3, improved transitions, cached views (repost):

I’m not sure if this will solve your problem but I wanted to throw it out there!

1 Like