Select from following answers:- HTML document is loaded into the browser, and evaluated by the browser.
- JavaScript which registers controller functions is executed.
- AngularJS JavaScript file is loaded; the angular global object is created.
- All of the above.

- All Above
When the page is loaded in the browser; HTML document is loaded into the browser, and evaluated by the browser. AngularJS JavaScript file is loaded; the angular global object is created. Next, JavaScript which registers controller functions is executed.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator