Function $IncludedByStateFilter
- $IncludedByStateFilter($state): {
$stateful: boolean;
(state: any, params: any, options: any): any;
} Returns {
$stateful: boolean;
(state: any, params: any, options: any): any;
}
- (state, params, options): any
Parameters
- state: any
- params: any
- options: any
Returns any
$stateful: boolean
Properties
includedByState
Filter: truthy if the current state includes the parameterTranslates to [[StateService.includes]]
$state.is("fullOrPartialStateName")
.Example: