Add support for constant-text expressions. This new advanced parser
activates when it detects {{}} in the attribute value. This can be useful when building up values with variables interspersed with constants. An example is href="/path/to/images/{{order.orderId}}/{{order.overlay}}.png" This correctly handles bind/unbind, and updates to the possibly many internal variables.
Showing
1 changed file
with
47 additions
and
0 deletions
-
Please register or sign in to post a comment