From fa786645592fab8daef832087b90c527415fa998 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Tue, 19 Aug 2014 15:06:48 +0200 Subject: [PATCH] =?UTF-8?q?docs(ngBind):=20irrelevant=20text=20removed=20f?= =?UTF-8?q?rom=20ngBindHtml=E2=80=99s=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ngBindHtml’s example had a copied line from ngBindTemplate’s that’s irrelevant here. --- src/ng/directive/ngBind.js | 1 - 1 file changed, 1 deletion(-) 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.