0 votes
in AngularJS Packaging and Testing by
What are the characterstics of Scope?

1 Answer

0 votes
by

Below are the characterstics of Scope

  • Data binding is used to synchronize the view and model.
  • The $scope is the connection between the HTML and the View.
  • $scope provides the execution context for the DOM and the expression
  • $scope is modified when the View changes and the View is modified when $the scope changes its value.
  • The $rootScope is the parent of all the $scope.
  • $scope passes data and behavior to the View.

Related questions

0 votes
asked Aug 20, 2021 in AngularJS Packaging and Testing by SakshiSharma
0 votes
asked Jan 21, 2020 in ECMAScript by GeorgeBell
...