I use ui-router and ui-sref.
first page
<a id="XXX" ui-sref="app.page2">goto second page</a>
second page
<a ui-sref="app.page3">goto third page</a>
third page template or controller Here I should receive id XXX form button on the first page
Is there a way to pass a string between 3 pages?