Description
Strip HTML from a string.Usage
In HTML Template Binding
In JavaScript
Parameters
| Param | Type | Details |
|---|---|---|
| string | string | The value to strip the html from. |
{{ htmlToPlainText_expression | htmlToPlainText }}
$filter('htmlToPlainText')(string)
| Param | Type | Details |
|---|---|---|
| string | string | The value to strip the html from. |
Was this page helpful?