Login
Remember
Register
Ask a Question
What are the characterstics of Scope?
0
votes
asked
May 21, 2022
in
AngularJS Packaging and Testing
by
sharadyadav1986
What are the characterstics of Scope?
angularjs-charactestics
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 21, 2022
by
sharadyadav1986
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.
...