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

fix($parse): Handle the empty string as an object key #9914

Closed
wants to merge 1 commit into from

Conversation

lgalfaso
Copy link
Contributor

@lgalfaso lgalfaso commented Nov 4, 2014

When rebuilding an object literal key, use isDefined to decide if this is a string token or an identifier

Closes #9893

When rebuilding an object literal key, use `isDefined` to decide if
this is a string token or an identifier

Closes angular#9893
@jbedard
Copy link
Collaborator

jbedard commented Nov 4, 2014

#9431 also fixes this...

@lgalfaso
Copy link
Contributor Author

lgalfaso commented Nov 4, 2014

you are right @jbedard closing this

@lgalfaso lgalfaso closed this Nov 4, 2014
@gkalpak
Copy link
Member

gkalpak commented Nov 5, 2014

@jbedard: It is probably a good idea to update your PR, adding a Closes #9893.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

scope.$eval with "" (empty string) keys
3 participants