top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

what is a $scope in AngularJS?

0 votes
228 views
what is a $scope in AngularJS?
posted Jan 7, 2017 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Scope is an object that refers to the application model. It is an execution context for expressions. Scopes are arranged in hierarchical structure which mimic the DOM structure of the application. Scopes can watch expressions and propagate events. Scopes are objects that refer to the model. They act as glue between controller and view

answer Jan 7, 2017 by Kavyashree
...