Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(ngNonBindable): clarity #4391

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/ng/directive/ngNonBindable.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
* @priority 1000
*
* @description
* Sometimes it is necessary to write code which looks like bindings but which should be left alone
* by angular. Use `ngNonBindable` to make angular ignore a chunk of HTML.
* The `ngNonBindable` directive tells Angular to ignore a portion of the DOM. This allows
* the use of content which has the syntax of Angular bindings but which is not intended for
* use by Angular.
*
* @element ANY
*
Expand Down