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

fix($interpolate): don't ReferenceError when context is undefined #7237

Closed
wants to merge 1 commit into from

Conversation

caitp
Copy link
Contributor

@caitp caitp commented Apr 24, 2014

546cb42 introduced a regression, which would cause the function returned from
$interpolate to throw a ReferenceError if context is undefined. This change
prevents the error from being thrown.

Closes #7230

546cb42 introduced a regression, which would cause the function returned from
$interpolate to throw a ReferenceError if `context` is undefined. This change
prevents the error from being thrown.

Closes angular#7230
@mary-poppins
Copy link

Thanks for the PR! Please check the items below to help us merge this faster. See the contributing docs for more information.

  • Uses the issue template (#7237)

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

@IgorMinar
Copy link
Contributor

lgtm

@caitp caitp closed this in 924ee6d May 2, 2014
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.

Cannot read property '$id' of undefined
4 participants