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

fix($parse): Copy inputs for expressions with expensive checks#13871

Closed
lgalfaso wants to merge 1 commit intoangular:masterfrom
lgalfaso:parse-expensive-fix
Closed

fix($parse): Copy inputs for expressions with expensive checks#13871
lgalfaso wants to merge 1 commit intoangular:masterfrom
lgalfaso:parse-expensive-fix

Conversation

@lgalfaso
Copy link
Copy Markdown
Contributor

No description provided.

@gkalpak
Copy link
Copy Markdown
Member

gkalpak commented Jan 28, 2016

LGTM

@lgalfaso lgalfaso closed this in 37cb9ad Jan 28, 2016
mattdsteele referenced this pull request Jan 28, 2016
…expression

When running an expression with expensive checks, there is a call to `$eval` or `$evalAsync`
then that expression is also evaluated using expensive checks

Closes: #13850
@gkalpak
Copy link
Copy Markdown
Member

gkalpak commented Jan 28, 2016

Backported to v1.4.x as 0b7fff3.

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.

3 participants

X Tutup