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 b94fb5c commit 0c7252fCopy full SHA for 0c7252f
src/ng/directive/ngBind.js
@@ -14,7 +14,7 @@
14
*
15
* Once scenario in which the use of `ngBind` is prefered 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 make the
+ * 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.
19
20
* An alternative solution to this problem would be using the
0 commit comments