docs(ngBind): irrelevant text removed from ngBindHtml’s example

The ngBindHtml’s example had a copied line from ngBindTemplate’s that’s irrelevant here.

Closes #8668
This commit is contained in:
Baptiste Fontaine
2014-08-19 15:06:48 +02:00
committed by Caitlin Potter
parent e37e30e93f
commit 5811c5c35b

View File

@@ -150,7 +150,6 @@ var ngBindTemplateDirective = ['$interpolate', function($interpolate) {
* @param {expression} ngBindHtml {@link guide/expression Expression} to evaluate.
*
* @example
Try it here: enter text in text box and watch the greeting change.
<example module="bindHtmlExample" deps="angular-sanitize.js">
<file name="index.html">