ngBind (directive)
Improve this Doc View Source ngBind
- directive in module ng
The ngBind
attribute tells Angular to replace the text content of the specified HTML element with the value of a given expression, and to update the text content when the value of that expression changes.
Typically, you don't use ngBind