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
Yep. This behavior was changed in 1.7.0, see the changelog or do a search through the issues. You now have to do _.template(temp)({ x : "Hello world" }) which will work in 1.7.0 and 1.6.0.
I was using 1.6.0 and just updated to 1.7.0. Templates don't seem to be working anymore in the new version. Here is a simple test:
When rendered in the browser, nothing shows up when using 1.7.0.
If I switch back to 1.6.0, I'll see "Hello world" appended to my test div.
The text was updated successfully, but these errors were encountered: