What is scope in AngularJS?
Bhuvanesh Mohankumar
$scope is a bridge between view and javascript controller.$scope send data view to controller and controller to view
Scopes are the objects which refers to a model. The scope act as communication element between controller and view.