The ng:bind-template
attribute specifies that the element
text should be replaced with the template in ng:bind-template.
Unlike ng:bind the ng:bind-template can contain multiple {{
}}
expressions. (This is required since some HTML elements
can not have SPAN elements such as TITLE, or OPTION to name a few.
<ANY ng:bind-template="template"> ... </ANY>
template – {string} –
of form {{ expression }} to eval.
Try it here: enter text in text box and watch the greeting change.