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