I'm trying to get an input from user and pass it to second page named other
added a new parameter in state definition called test
You can check the code here
the other looks like this
<li><a ui-sref="other">#/other/fooVal</a></li>
If i try to change it like belowe it just get disabled
<li><a ui-sref="other{{test: 'test1'">#/other/fooVal</a></li>
What should id do to show user input in other page
PS: the other sref works fine