Skip to content

Instantly share code, notes, and snippets.

@mkmurray
Created November 13, 2012 22:53
Show Gist options
  • Save mkmurray/4068984 to your computer and use it in GitHub Desktop.
Save mkmurray/4068984 to your computer and use it in GitHub Desktop.
(Accidental) Nested Spark Bindings
<differentElement paramA="foo" />
<bindings>
<element name="someElement">
<start>"Surrounding inside markup with " + @param1 + "..."</start>
<end>"...End of inside markup"</end>
</element>
<element name="differentElement">"Inner markup = " + @paramA</element>
</bindings>
<someElement param1="blah">
<SparkPartial />
</someElement>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment