File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -914,9 +914,13 @@ function encodeUriQuery(val, pctEncodeSpaces) {
914
914
* @description
915
915
*
916
916
* Use this directive to auto-bootstrap an application. Only
917
- * one directive can be used per HTML document. The directive
917
+ * one ngApp directive can be used per HTML document. The directive
918
918
* designates the root of the application and is typically placed
919
919
* at the root of the page.
920
+ *
921
+ * The first ngApp found in the document will be auto-bootstrapped. To use multiple applications in an
922
+ * HTML document you must manually bootstrap them using {@link angular.bootstrap}.
923
+ * Applications cannot be nested.
920
924
*
921
925
* In the example below if the `ngApp` directive would not be placed
922
926
* on the `html` element then the document would not be compiled
You can’t perform that action at this time.
0 commit comments