Closed Mattchewone closed 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.
makeStringBranchRenderer
makeEvaluator
Closes - https://github.com/canjs/can-stache/issues/615
Fixes issue with attributes using
makeStringBranchRenderer
, was usingmakeEvaluator
which was returning the literal value rather than a value getter.