Description
Strip HTML from a string.Usage
In HTML Template Binding
{{ htmlToPlainText_expression | htmlToPlainText }}
In JavaScript
$filter('htmlToPlainText')(string)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{{ htmlToPlainText_expression | htmlToPlainText }}
$filter('htmlToPlainText')(string)
| Param | Type | Details |
|---|---|---|
| string | string | The value to strip the html from. |
Was this page helpful?