o-text
Declaratively set the .textContent
of the element the directive is applied to.
Usage
<span o-component o-text="Overwritten text">
Current text
</span>
Ignores HTML contents
Any HTML string contained in the value will not be evaluated and will be printed as is. This is the default browser behaviour.
<span o-component o-text="<strong>Overwritten</strong> content">
Current content
</span>