Skip to content

Instantly share code, notes, and snippets.

@verekia
Created January 20, 2016 19:48
Show Gist options
  • Save verekia/7e3c494c86834de482fb to your computer and use it in GitHub Desktop.
Save verekia/7e3c494c86834de482fb to your computer and use it in GitHub Desktop.
define(function(){
function render(parameters){
var appDiv = document.getElementById('app');
appDiv.innerHTML = '<input id="user-name" /><button id="add">Add this user</button>';
}
return {
render:render
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment