Description
Renders a string in a friendly name for CSS.Usage
In HTML Template Binding
In JavaScript
Parameters
| Param | Type | Details |
|---|---|---|
| string | string | The string to format. |
{{ formatAsCssName_expression | formatAsCssName }}
$filter('formatAsCssName')(string)
| Param | Type | Details |
|---|---|---|
| string | string | The string to format. |
Was this page helpful?