File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 9
9
*
10
10
* @description
11
11
* The `ngNonBindable` directive tells AngularJS not to compile or bind the contents of the current
12
- * DOM element. This is useful if the element contains what appears to be AngularJS directives and
13
- * bindings but which should be ignored by AngularJS. This could be the case if you have a site that
14
- * displays snippets of code, for instance.
12
+ * DOM element, including directives on the element itself that have a lower priority than
13
+ * `ngNonBindable`. This is useful if the element contains what appears to be AngularJS directives
14
+ * and bindings but which should be ignored by AngularJS. This could be the case if you have a site
15
+ * that displays snippets of code, for instance.
15
16
*
16
17
* @example
17
18
* In this example there are two locations where a simple interpolation binding (`{{}}`) is present,
You can’t perform that action at this time.
0 commit comments