Skip to content

Commit b66ffa9

Browse files
authored
Add support for formatters in loops.
1 parent 0febce2 commit b66ffa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/exp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ class Exp {
711711
} else {
712712
const keys = val.split(".");
713713
const value = this.findLastField(keys.slice(1), item);
714-
el.textContent = value
714+
this.writeBindValue(value, el);
715715
}
716716
});
717717
/* Append all children of the newly populated template */

0 commit comments

Comments
 (0)