$state.go is shorthand method to $state.transitionTo
$state.go(toState [, toParams] [, options])
This method automatically sets your options to { location: true, inherit: true, relative: $state.$current, notify: true } (unless you override them) and allows you to transition with less code.
Ex...