I am trying to test my $scope.init(id) function. In this function I make a request to my API that returns an array of objects, so I want to stub it out with a preset response. function
I am trying to test my $scope.init(id) function. In this function I make a request to my API that returns an array of objects, so I want to stub it out with a preset response. function