mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-20 16:30:26 +00:00
docs(ngBind): "makes make" -> "makes"
This commit is contained in:
parent
b94fb5c8c1
commit
0c7252f929
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* Once scenario in which the use of `ngBind` is prefered 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 make the
|
||||
* 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.
|
||||
*
|
||||
* An alternative solution to this problem would be using the
|
||||
|
|
|
|||
Loading…
Reference in a new issue