diff --git a/src/ng/directive/ngBind.js b/src/ng/directive/ngBind.js index bc6dd3add51d..d4dd81fc9121 100644 --- a/src/ng/directive/ngBind.js +++ b/src/ng/directive/ngBind.js @@ -153,7 +153,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.