From 893d2f8000d9d7099dc0b48b1e7788b90b2f1072 Mon Sep 17 00:00:00 2001 From: Henrik Nyh Date: Tue, 19 Aug 2014 11:23:34 +0200 Subject: [PATCH] docs(ngDisabled): clarify "don't do this" example It's not clear until you read the whole thing that it's an explanation of what *not* to do and why, so if you scan the page from the top, you may use this bad solution. --- src/ng/directive/booleanAttrs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/booleanAttrs.js b/src/ng/directive/booleanAttrs.js index 7c98abf31a26..20c40da8d715 100644 --- a/src/ng/directive/booleanAttrs.js +++ b/src/ng/directive/booleanAttrs.js @@ -160,7 +160,7 @@ * * @description * - * The following markup will make the button enabled on Chrome/Firefox but not on IE8 and older IEs: + * We shouldn't do this, because it will make the button enabled on Chrome/Firefox but not on IE8 and older IEs: * ```html *
*