Reputation: 7732
I have path params of the form:
/mask/:username
and I have ui-sref and ui-sref-opts for the form:
<a ui-sref="mask" ui-sref-opts="{username: '@myusername'}">Mask</a>
But when this link is followed, no username parameter is passed, and no location bar (Html5 mode on) parameter is updated.
I want the address bar result of following to be
/mask/@myusername
Much thanks for any ideas.
Upvotes: 4
Views: 2981