Skip to content

Instantly share code, notes, and snippets.

@byjg
Created May 5, 2014 23:19
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 byjg/9e8f7e996aeb406ba98c to your computer and use it in GitHub Desktop.
Save byjg/9e8f7e996aeb406ba98c to your computer and use it in GitHub Desktop.
Toma Rafael
{
"module":"App.Home",
"actions":[
{
"type":"update",
"data":{
"title":"bla"
},
"name":"TAG.Controls.Body"
},
{
"type":"new",
"data":{
"Novo":"bla"
},
"name":"TAG.Grid",
"actions": [
{
"name": "inside"
},
{
"name": "inside2"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment