From afe617a647211bbb2173bb0dd4c4c6d44c11a407 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 12 Mar 2012 21:30:03 -0700 Subject: docs(*): renaming incorrect widget references to control or directive --- src/directive/ngNonBindable.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/directive/ngNonBindable.js') diff --git a/src/directive/ngNonBindable.js b/src/directive/ngNonBindable.js index e89b0685..217618cc 100644 --- a/src/directive/ngNonBindable.js +++ b/src/directive/ngNonBindable.js @@ -8,8 +8,6 @@ * Sometimes it is necessary to write code which looks like bindings but which should be left alone * by angular. Use `ng-non-bindable` to make angular ignore a chunk of HTML. * - * Note: `ng-non-bindable` looks like a directive, but is actually an attribute widget. - * * @element ANY * * @example -- cgit v1.2.3