This website requires JavaScript.
Explore
Help
Sign In
psimsa
/
handlebars.js
Watch
1
Star
0
Fork
0
You've already forked handlebars.js
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
163a92ebe0c3df4ab71268b954ebe6c021719e7f
handlebars.js
/
lib
/
handlebars
T
History
Yehuda Katz
e474e56b80
data should be passed through to partials.
closes
#111
.
2011-12-27 15:57:08 -08:00
..
compiler
data should be passed through to partials.
closes
#111
.
2011-12-27 15:57:08 -08:00
base.js
Allow function parameters to #if. This was originally disallowed because it is decidedly not idiomatic Handlebars, which would prefer that you use helpers for these cases, not pollute your context objects with functions to call from your template, but enough people asked for it that I'll give in.
2011-12-27 15:47:45 -08:00
utils.js
Handlebars errors should copy the message over
2011-12-27 13:18:54 -08:00
vm.js
data should be passed through to partials.
closes
#111
.
2011-12-27 15:57:08 -08:00