Added missing bangs, nixed quotes.

This commit is contained in:
Michael Bayne
2011-10-29 13:17:56 -07:00
parent 66ba7c8cf8
commit 8ce01cd060
+2 -2
View File
@@ -276,8 +276,8 @@ By taking advantage of reflection and bean-property-style lookups, you can do ko
Note that compound variables are essentially short-hand for using singleton
sections. The above examples could also be represented as:
"Hello {{#field}}{{who}}{{/field}}"
"Hello {{#class}}{{name}}{{/class}}"
Hello {{#field}}{{who}}{{/field}}!
Hello {{#class}}{{name}}{{/class}}!
Note also that one semantic difference exists between nested singleton sections
and compound variables: compound variables do not make use of the default value