mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-21 07:10:59 +00:00
doc(ngApp): fix grammar
This commit is contained in:
parent
666705c0a4
commit
2468974a53
1 changed files with 1 additions and 1 deletions
|
|
@ -985,7 +985,7 @@ function encodeUriQuery(val, pctEncodeSpaces) {
|
|||
* HTML document you must manually bootstrap them using {@link angular.bootstrap}.
|
||||
* Applications cannot be nested.
|
||||
*
|
||||
* In the example below if the `ngApp` directive would not be placed
|
||||
* In the example below if the `ngApp` directive were not placed
|
||||
* on the `html` element then the document would not be compiled
|
||||
* and the `{{ 1+2 }}` would not be resolved to `3`.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue