Skip to content

Instantly share code, notes, and snippets.

@mdedetrich
Created November 16, 2012 04: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 mdedetrich/9785b33700d04aed5f0a to your computer and use it in GitHub Desktop.
Save mdedetrich/9785b33700d04aed5f0a to your computer and use it in GitHub Desktop.
data =
[
{
id: 3432
firstName: 'Bob'
lastName: 'hawke'
admin: false
},
{
id: 342424
firstName: 'Face'
lastName: 'cheese'
admin: true
},
{
id: 80
firstName: 'Hawk'
lastName: 'Please'
admin: false
}
]
html = JT['approvals-userEntry'](
users: data
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment