2
Reply

What is scope in AngularJS?

    $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.