Skip to content
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

Keep undefined/falsy value from model #6

Open
MasGaNo opened this issue Feb 14, 2018 · 0 comments
Open

Keep undefined/falsy value from model #6

MasGaNo opened this issue Feb 14, 2018 · 0 comments

Comments

@MasGaNo
Copy link

MasGaNo commented Feb 14, 2018

On View class, when we provide to template all variable from Model, templateVariables, ... the falsy/undefined values can be removed from Model.

It's because of this code: https://github.com/jashkenas/underscore/blob/master/underscore.js#L1082

And because of that, we need to ensure that variable exists in the template because it throws an error if the variable doesn't exist.

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

No branches or pull requests

1 participant