Check out the ui-router documentation wiki.
The best solution is to use $state.go()
. e.g., $state.go('recorder.options')
Here's the link to the specific function in the documentation:
https://github.com/angular-ui/ui-router/wiki/Quick-Reference#stategoto--toparams--options