- $IsStateFilter($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
isState
Filter: truthy if the current state is the parameterTranslates to [[StateService.is]]
$state.is("stateName")
.Example: