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

Commit c94329a

Browse files
xirodyhaddad
xi
authored andcommitted
docs(ngBind): fix wording
You can not change the use of `{{}}`/`ngBind` based on the time when it is used. So this should be "if". Closes #7786
1 parent 3d0dcf6 commit c94329a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngBind.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Typically, you don't use `ngBind` directly, but instead you use the double curly markup like
1414
* `{{ expression }}` which is similar but less verbose.
1515
*
16-
* It is preferable to use `ngBind` instead of `{{ expression }}` when a template is momentarily
16+
* It is preferable to use `ngBind` instead of `{{ expression }}` if a template is momentarily
1717
* displayed by the browser in its raw state before Angular compiles it. Since `ngBind` is an
1818
* element attribute, it makes the bindings invisible to the user while the page is loading.
1919
*

0 commit comments

Comments
 (0)