I'm having difficulty transferring dynamically data in a list (provided from a service) into a local storage variable to later transfer to another page.
I reviewed the tutorial at
http://help.gotiggr.com/getting-start...
Particularly, the section "Making the list clickable, saving route id in Local Storage"
The local storage variable seems to set the first time I click an item on the list (for debugging I have an alert box that displays the value).
However, if I press back on my browser and select a different item from the list, no data is stored.
Please advise.