Q: Explain about AngularJS boot process.
- Show Answer
- Workspace
- Discuss
Answer :
Explanation :
When the page is loaded in the browser, following action takes place: 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. AngularJS scans through the HTML to look for AngularJS applications and views. Once view is located, it then connects that view to the corresponding controller function. Then, AngularJS executes the controller functions. It then renders the views with data from the model populated by the controller. The page is ready.
Similar Questions
Since Nithya and Suganya exchange places, so Rita’s new position is the same as Monika’s earlier position. This position is 17th from the right and 10th from the left. Therefore Number of girls in the row = (16 + 1 + 9) = 26.