mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-14 09:43:12 +00:00
docs(ngApp): fix typo
This commit is contained in:
parent
ab7c74b4b9
commit
92208d2f85
1 changed files with 1 additions and 1 deletions
|
|
@ -841,7 +841,7 @@ function encodeUriQuery(val, pctEncodeSpaces) {
|
||||||
* Use this directive to auto-bootstrap on application. Only
|
* Use this directive to auto-bootstrap on application. Only
|
||||||
* one directive can be used per HTML document. The directive
|
* one directive can be used per HTML document. The directive
|
||||||
* designates the root of the application and is typically placed
|
* designates the root of the application and is typically placed
|
||||||
* ot the root of the page.
|
* at the root of the page.
|
||||||
*
|
*
|
||||||
* In the example below if the `ngApp` directive would not be placed
|
* In the example below if the `ngApp` directive would not be placed
|
||||||
* on the `html` element then the document would not be compiled
|
* on the `html` element then the document would not be compiled
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue