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

fix($parse): set null reference properties to undefined #12101

Closed
wants to merge 1 commit into from

Conversation

lgalfaso
Copy link
Contributor

When there is an expression of the form

  • true && a.b.c
  • true && a()
  • true && a()()
  • false || a.b.c
  • false || a()
  • false || a()()

where a == null

Closes #12099

@lgalfaso lgalfaso force-pushed the issue-12099 branch 3 times, most recently from 92f8cc1 to 8943c93 Compare June 12, 2015 21:42
When there is an expression of the form
* true && a.b.c
* true && a()
* true && a()()
* false || a.b.c
* false || a()
* false || a()()

where `a == null`

Closes angular#12099
@lgalfaso
Copy link
Contributor Author

landed as c6b48e1

@lgalfaso lgalfaso closed this Jun 13, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants