Description
Renders a string in a friendly name for CSS.Usage
In HTML Template Binding
{{ formatAsCssName_expression | formatAsCssName }}
In JavaScript
$filter('formatAsCssName')(string)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{{ formatAsCssName_expression | formatAsCssName }}
$filter('formatAsCssName')(string)
| Param | Type | Details |
|---|---|---|
| string | string | The string to format. |
Was this page helpful?