scottcorgan / domy-bind

Two-way data binding for front-end Browserify code
3 stars 0 forks source link

White space in mustache #1

Open mikkoh opened 9 years ago

mikkoh commented 9 years ago

If you add white space inside the mustache binding fails.

For instance if I do something like:

<div>{{ myData }}</div>

domy-bind will fail to bind the data.

scottcorgan commented 9 years ago

Would love a PR if you're up for it.