I am passing date value to my custom filter this way:
date
angular.module(\'myapp\'). filter(\'filterReceiptsForDate\', function () { return fu
I found that this references local $scope. Not sure if this is safe way of accessing it.
this
$scope