This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Missing angular prefix from isDefined calls in ngMock $interval service #4334
Closed
Description
As mentioned in line notes on 2b5ce84, the merge of #4047 introduced two plain calls to an undefined isDefined
function in ngMock which should be calls to angular.isDefined
instead.
2b5ce84#diff-2a255ed5e9564e25ce6eb711b604f40fR470 and 2b5ce84#diff-2a255ed5e9564e25ce6eb711b604f40fR472 are the lines in question.
I would submit a PR, but I don't want my first-time contribution to Angular to be spec-less, and I'm at a loss as to how to go about providing failing tests (or indeed, any tests!) in this particular instance. Let me know if you want me to knock up a PR anyway (though I'm sure somebody from the Angular team can handle this more rapidly than that :-)).