Skip to content

Instantly share code, notes, and snippets.

@ccoenraets
Created November 2, 2012 17:46
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 ccoenraets/4003094 to your computer and use it in GitHub Desktop.
Save ccoenraets/4003094 to your computer and use it in GitHub Desktop.
PhoneGap Workshop - Step 3
<script id="home-tpl" type="text/x-handlebars-template">
<div class='header'>
<h1>Home</h1>
</div>
<div class='search-view'>
<input class='search-key'/>
<ul class='employee-list'></ul>
</div>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment