Low-level method for transitioning to a new state. $state.go uses transitionTo internally. $state.go is recommended in most situations. This is the explanation given by the official API: Low-level method for transitioning to a new state. method. $state.go uses transitionTo internally. In most cases, it is recommended to use $state.go.
transitionTo(to, toParams, options)
Low-level method for transitioning to a new state. $state.go uses transitionTo internally. $state.go is recommended in most situations.
This is the explanation given by the official API: Low-level method for transitioning to a new state. method. $state.go uses transitionTo internally. In most cases, it is recommended to use $state.go.