really strange question, I know, but I have no idea what that code does. In one repo
, I see this code
:
$scope.$ctrl.browseData({ dataParameters: newValue });
Forget the second part. Everything inside the Parenthesis is a Data Source. My Question is, what is $scope.$ctrl.
does?
I have no idea. I don not even know where to look or how to search for it. If I remove it and put just the ctrl.
....., my bug goes away, but I am not sure since this is kind of ancient functionality.
I am using AngularJS. Can someone explain to me what this code $scope.$ctrl
does? Thank you!!