I am a beginner in AngularJS.
I am working through some code of an expert. I would like to customize the directive and learn something.
The expert always insert:
this.scope = $scope;
in the first line of every controller.
What's the point of this statement, if you later always just use $scope
.