Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(tutorial/0 - Bootstrapping): Clarifying where the callback is defined #11270

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/content/tutorial/step_00.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ __`app/index.html`:__

<script src="bower_components/angular/angular.js">

This code downloads the `angular.js` script and registers a callback that will be executed by the
This code downloads the `angular.js` script and executes the code in it.
The script registers a callback that will be executed by the
browser when the containing HTML page is fully downloaded. When the callback is executed, Angular
looks for the {@link ng.directive:ngApp ngApp} directive. If
Angular finds the directive, it will bootstrap the application with the root of the application DOM
Expand Down