Created
September 29, 2014 14:24
-
-
Save sergeyt/fcf8b91634ba4003980f to your computer and use it in GitHub Desktop.
Prefetch example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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