canjs / can-stache

Live binding handlebars templates
https://canjs.com/doc/can-stache.html
MIT License
10 stars 13 forks source link

615 stache literal magic tags #644

Closed Mattchewone closed 5 years ago

Mattchewone commented 5 years ago

Closes - https://github.com/canjs/can-stache/issues/615

Fixes issue with attributes using makeStringBranchRenderer, was using makeEvaluator which was returning the literal value rather than a value getter.