We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ed01b commit 19d59b4Copy full SHA for 19d59b4
src/ng/directive/ngNonBindable.js
@@ -10,7 +10,7 @@
10
* The `ngNonBindable` directive tells Angular not to compile or bind the contents of the current
11
* DOM element. This is useful if the element contains what appears to be Angular directives and
12
* bindings but which should be ignored by Angular. This could be the case if you have a site that
13
- * displays snippets of code. for instance.
+ * displays snippets of code, for instance.
14
*
15
* @element ANY
16
0 commit comments