Can the state of an AngularJS app be preserved using Angular local storage? I am developing an information-based app with a substantial amount of content, and I want to save the user's current "location" so that when they reopen the app later, it opens at the saved point.
I have been exploring cookies and local storage, searching for related topics, but I have not found any resources that specifically address this issue in AngularJS, only in jQuery.