Question:What happens when page containing AngularJS based Application loads.
A HTML document is loaded into the browser, and evaluated by the browser.
B AngularJS JavaScript file is loaded; the angular global object is created.
C JavaScript which registers controller functions is executed.
D All of these
+ AnswerD
+ Report