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
Injecting falsy values #5043
Labels
Comments
should be enough, right? |
|
Or |
I guess inherited properties are not required in our case. Should it be changed to |
I like the fact that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
znck commentedMar 1, 2017
•
edited
Version
2.2.1
Reproduction Link
https://jsfiddle.net/agvmLg8t/1/
Steps to Reproduce
What is expected?
Provided falsy values should be injectable.
What is actually happening?
Check in inject.js#L16 prevents injection of falsy values.
The text was updated successfully, but these errors were encountered: