docs(ngBind): fix typo

This commit is contained in:
Michal Reichert 2013-04-18 12:41:03 +03:00 committed by Pete Bacon Darwin
parent 5da6b125a7
commit 4c7baf970f

View file

@ -12,7 +12,7 @@
* Typically, you don't use `ngBind` directly, but instead you use the double curly markup like
* `{{ expression }}` which is similar but less verbose.
*
* Once scenario in which the use of `ngBind` is preferred over `{{ expression }}` binding is when
* One scenario in which the use of `ngBind` is preferred over `{{ expression }}` binding is when
* it's desirable to put bindings into template that is momentarily displayed by the browser in its
* raw state before Angular compiles it. Since `ngBind` is an element attribute, it makes the
* bindings invisible to the user while the page is loading.