Closed
Description
Short:
ui-sref needs two clicks after $state.go({notify false}).
Long(er):
I use $state.go('stateName', stateparams, {notify:false}); in my controller to update the url without reloading the entire page and its controller/dependencies. This seems to work fine. A side effect is that after the url was updated this way, when the user clicks a link on the page, it doesn't work the first click. When clicking the link a second time it does.
I'm not getting any exceptions or errors.