aboutsummaryrefslogtreecommitdiffstats
path: root/src/directive/ngNonBindable.js
diff options
context:
space:
mode:
authorIgor Minar2012-03-12 21:30:03 -0700
committerIgor Minar2012-03-12 23:04:12 -0700
commitafe617a647211bbb2173bb0dd4c4c6d44c11a407 (patch)
tree49fd1b447cf3fa44b2738249f4c1adc93726b945 /src/directive/ngNonBindable.js
parentf59e4b11f11261c234a821db67088f0de88a2852 (diff)
downloadangular.js-afe617a647211bbb2173bb0dd4c4c6d44c11a407.tar.bz2
docs(*): renaming incorrect widget references to control or directive
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