‘this’ vs $scope in Angular js controllers?
This if used in the controller so corresponds to the controller itself as it tells who actually is calling the function.$scope is the binder which connects the model to the view and controller to have binding.