We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0dcf6 commit c94329aCopy full SHA for c94329a
src/ng/directive/ngBind.js
@@ -13,7 +13,7 @@
13
* Typically, you don't use `ngBind` directly, but instead you use the double curly markup like
14
* `{{ expression }}` which is similar but less verbose.
15
*
16
- * It is preferable to use `ngBind` instead of `{{ expression }}` when a template is momentarily
+ * It is preferable to use `ngBind` instead of `{{ expression }}` if a template is momentarily
17
* displayed by the browser in its raw state before Angular compiles it. Since `ngBind` is an
18
* element attribute, it makes the bindings invisible to the user while the page is loading.
19
0 commit comments