I want to show a string like ${date} to the div element:
<div>please use the ${date} as the substitute tag to the name</div>
the content will be display like:
please use the ${date} as the substitute tag to the name.
but the browser regards the ${date} as a javascript variable, so how to escape the ${date} string within angularjs?
<code>or<pre>tag instead of<div>