I have started practicing the basics of Angular.js and was trying some code doing data binding and controllers, and get the error at following code:
$scope.$watch('funding.startingEstimate', computeNeeded);
The error I get in browser console is ReferenceError: $scope is not defined. I have read the related questions to this but didn't help