Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix($injector): ensure $get method invoked with provider context #9512

Closed
wants to merge 1 commit into from

Conversation

caitp
Copy link
Contributor

@caitp caitp commented Oct 9, 2014

0d3b69a broke this by calling $get with an
undefined context, which in strict mode would be undefined. This fixes this by
ensuring that the provider is used as the context, as it was originally.

Closes #9511

0d3b69a broke this by calling $get with an undefined
context, which in strict mode would be undefined. This fixes this by ensuring that the
provider is used as the context, as it was originally.

Closes angular#9511
Closes angular#9512
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

in 1.3.0-rc5 'this' is undefined in service's factory call
2 participants