diff options
| author | Igor Minar | 2012-03-12 21:30:03 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-03-12 23:04:12 -0700 |
| commit | afe617a647211bbb2173bb0dd4c4c6d44c11a407 (patch) | |
| tree | 49fd1b447cf3fa44b2738249f4c1adc93726b945 /src/directive/ngNonBindable.js | |
| parent | f59e4b11f11261c234a821db67088f0de88a2852 (diff) | |
| download | angular.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.js | 2 |
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 |
