Skip to content

Commit

Permalink
docs(upgrade): fix detail regarding bootstrapping order (angular#23225)
Browse files Browse the repository at this point in the history
Clarify that Angular should be bootstrapped before AngularJS.

Closes angular#23225
  • Loading branch information
nfriend committed Apr 9, 2018
1 parent 1fac5f4 commit be7880b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/upgrade/src/static/upgrade_module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ import {NgAdapterInjector} from './util';
* use camelCase.
* c. However the template binding syntax will always use the Angular style, e.g. square
* brackets (`[...]`) for property binding.
* 8. AngularJS is always bootstrapped first and owns the root component.
* 8. Angular is bootstrapped first; AngularJS is bootstrapped second. AngularJS always owns the
* root component of the application.
* 9. The new application is running in an Angular zone, and therefore it no longer needs calls
* to `$apply()`.
*
Expand Down

0 comments on commit be7880b

Please sign in to comment.