我一直在尝试Ashley Grant的帖子:https://bl.ocks.org/AshleyGrant/07e645e46f7cc945b4e43c4ec80c6424
并且想知道是否有人知道如何更进一步并在使用' dynamicExpression'之后应用值转换器。绑定行为。像这样的东西:
Finchley.BUILD-SNAPSHOT
谢谢,
答案 0 :(得分:0)
此处的文档http://aurelia.io/docs/binding/binding-behaviors#introduction声明值转换器仅观察传递的值,但行为可以完全访问绑定上下文。
我想如果你将formatNumber重写为一种行为 - 你可以将它们链接起来。