A templating extension to jquery-haml
Stars
4
Forks
1
Watchers
4
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
Don’t wrap the result of $template in an array; lets $template be used in a $test
c4227b3View on GitHubDon't run `$template` without a `$key` or when there's no data for the `$key`.
9e1495aView on GitHubAdd support for iterating through objects with `$children`.
3c093e8View on GitHubMajor API change, more/better functionality. stencil directives are now prefixed with $, in the style of MongoDB. Docs forthcoming.
6afd7e7View on GitHubHandle cases where a key in data is null (was already handling cases where it is undefined).
8618260View on GitHubMerge branch 'master' of github.com:Sidnicious/stencil.js
0225b5eView on GitHubUpdated `jquery-haml` to Sidnicious/jquery-haml@abb4b313659516e5a42f
70362c3View on GitHubAdded `{ key:"key", template:[…] }` syntax to support nested objects (e.g. `stencil(['#location', {key:'location', template:[{key:'longitude'}, ' / ', …]}], { location:{ longitude:"…", latitude: "…", altitude:"…" }})`).
fc2ca7bView on GitHub