Skip to content

Instantly share code, notes, and snippets.

@sergeyt
Created September 29, 2014 14:24
Show Gist options
  • Save sergeyt/fcf8b91634ba4003980f to your computer and use it in GitHub Desktop.
Save sergeyt/fcf8b91634ba4003980f to your computer and use it in GitHub Desktop.
Prefetch example
<template name="prefetch">
<div>
<h2>Prefetch</h2>
<div class="form-group">
<input class="form-control typeahead" name="country" type="text" placeholder="Country"
autocomplete="off" spellcheck="off" data-source="/data/countries.json"/>
</div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment