Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mdedetrich
Created November 16, 2012 04:08
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/e8648c0f8c83281d27c7 to your computer and use it in GitHub Desktop.
Save mdedetrich/e8648c0f8c83281d27c7 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