is bootstrapped. During template linking, some directives create new child scopes. A digest loop is also created in this phase that interacts with the browser event loop. This digest loop is responsible to update DOM elements with the changes made to the model as well as executing any ...
angular.js postedDec 18, 2014byMerry Share this question 1 Answer 0votes Each angular application consist of one root scope but may have several child scopes. As child controllers and some directives create new child scopes, application can have multiple scopes. ...