You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rendering a template using an array of primitives as data anything that equates to zero is skipped. So while null and undefined are filtered out, so are the primitives zero and false.
Thanks for taking the time to submit this issue. Just wanted to let you know this plugin is no longer being actively developed or maintained by the jQuery team. See README for more info.
When rendering a template using an array of primitives as data anything that equates to zero is skipped. So while null and undefined are filtered out, so are the primitives zero and false.
It's probably easier to see it in action:
http://jsfiddle.net/dgUBH/
It's not too much hassle to wrap the values or convert them to string, but I thought you'd rather know.
The text was updated successfully, but these errors were encountered: