1.0.2 • Published 10 years ago

temple-twoway v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

Temple Two Way Form Binding

Two-way form binding for Temple's Mustache view.

Install

Download the latest version dist/ folder and use via a script tag. The variable Twoway will be attached to Temple.

<script type="text/javascript" src="temple.js"></script>
<script type="text/javascript" src="temple.twoway.js"></script>

If using Browserify or Node.js, you can install via NPM and use via require("temple-twoway").

$ npm install temple-twoway

Usage