ui-state
ui.router.state
Much like ui-sref, but will accept named $scope properties to evaluate for a state definition, params and override options.
<ANY ui-state="{string}" ui-state-params="{Object}" ui-state-opts="{Object}"> ... </ANY>
Param | Type | Details |
---|---|---|
ui-state | string | 'stateName' can be any valid absolute or relative state |
ui-state-params | Object | params to pass to $state.href() |
ui-state-opts | Object | options to pass to $state.go() |