aboutsummaryrefslogtreecommitdiffstats
path: root/src/directive/ngNonBindable.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/directive/ngNonBindable.js')
-rw-r--r--src/directive/ngNonBindable.js2
1 files changed, 0 insertions, 2 deletions
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