Skip to content

fix($httpParamSerializerJQLike): call functions as jQuery does #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 4, 2017

Conversation

GulajavaMinistudio
Copy link

Previously, httpParamSerializerJQLike stringified function properties without executing them.
This commit ensures function properties are executed and the return value is used.

Fixes angular#16138

Closes angular#16139

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

What is the current behavior? (You can also link to an open issue here)

What is the new behavior (if this is a feature change)?

Does this PR introduce a breaking change?

Please check if the PR fulfills these requirements

Other information:

Previously, `httpParamSerializerJQLike` stringified function properties without executing them.
This commit ensures function properties are executed and the return value is used.

Fixes #16138

Closes #16139
@GulajavaMinistudio GulajavaMinistudio merged commit cd128d0 into angular-indonesia:master Aug 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix($httpParamSerializerJQLike): call functions as jQuery does
2 participants