Skip to content

Instantly share code, notes, and snippets.

@jakub-g
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakub-g/e13175c3c38e24df6865 to your computer and use it in GitHub Desktop.
Save jakub-g/e13175c3c38e24df6865 to your computer and use it in GitHub Desktop.
AT: confusing strings and identifiers 1
{
"name": "AT: confusing strings and identifiers 1",
"description": "",
"data": {
"magicValue": 42
}
}
{macro main()}
magicValue: {@aria:Text {
bind : {
text : {
inside: this.data,
to: magicValue
}
}
}/}
{/macro}
({
$classpath:'InstantTemplateScript',
$prototype : {}
})
@jakub-g
Copy link
Author

jakub-g commented Oct 17, 2014

Created by Instant Aria Templates, viewable on http://instant.ariatemplates.com/jakub-g/e13175c3c38e24df6865

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment