1.

Define Scope in AngularJS.

Answer»

Scopes are special objects in AngularJS that act as a glue between the view and the controller. They refer to the model component of the MVC ARCHITECTURE. They are arranged in a hierarchical way to mimic the DOM structure HIERARCHY. AngularJS has an in-built $scope OBJECT that has all the APPLICATION data and the CORRESPONDING methods bound to that scope.



Discussion

No Comment Found