diff options
author | Kevin Decker <kpdecker@gmail.com> | 2015-10-29 01:50:17 -0500 |
---|---|---|
committer | Kevin Decker <kpdecker@gmail.com> | 2015-10-29 01:50:17 -0500 |
commit | 690ae2edc7ea1ebe6d8dfaed610a02f2758666c9 (patch) | |
tree | 44061f7dbcf48cfa3c2e7e665f0d8a5b30231de6 | |
parent | d20f02d10de92ac6d784911baf3c84959161449d (diff) | |
parent | 496ed8a25f45d75cfbde6144e6ab05c82d3d57cb (diff) | |
download | handlebars.js-690ae2edc7ea1ebe6d8dfaed610a02f2758666c9.zip handlebars.js-690ae2edc7ea1ebe6d8dfaed610a02f2758666c9.tar.gz handlebars.js-690ae2edc7ea1ebe6d8dfaed610a02f2758666c9.tar.bz2 |
Merge pull request #1125 from nknapp/patch-2
Add promised-handlebars to "in-the-wild"-list
-rw-r--r-- | README.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 61c0bdc..22b8a51 100644 --- a/README.markdown +++ b/README.markdown @@ -149,6 +149,7 @@ Handlebars in the Wild * [YUI](http://yuilibrary.com/yui/docs/handlebars/) implements a port of handlebars * [Swag](https://github.com/elving/swag) by [@elving](https://github.com/elving) is a growing collection of helpers for handlebars.js. Give your handlebars.js templates some swag son! * [DOMBars](https://github.com/blakeembrey/dombars) is a DOM-based templating engine built on the Handlebars parser and runtime +* [promised-handlebars](https://github.com/nknapp/promised-handlebars) is a wrapper for Handlebars that allows helpers to return Promises. External Resources ------------------ |