Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e168c8 commit 80f3459Copy full SHA for 80f3459
src/ng/directive/ngBind.js
@@ -12,7 +12,7 @@
12
* Typically, you don't use `ngBind` directly, but instead you use the double curly markup like
13
* `{{ expression }}` which is similar but less verbose.
14
*
15
- * Once scenario in which the use of `ngBind` is prefered over `{{ expression }}` binding is when
+ * One scenario in which the use of `ngBind` is preferred over `{{ expression }}` binding is when
16
* it's desirable to put bindings into template that is momentarily displayed by the browser in its
17
* raw state before Angular compiles it. Since `ngBind` is an element attribute, it makes the
18
* bindings invisible to the user while the page is loading.
0 commit comments