Skip to content

Instantly share code, notes, and snippets.

@jharding
Last active December 13, 2015 22:19
Show Gist options
  • Save jharding/4983535 to your computer and use it in GitHub Desktop.
Save jharding/4983535 to your computer and use it in GitHub Desktop.
$('.example-twitter-oss .typeahead').typeahead({
name: 'twitter-oss',
prefetch: '../data/repos.json',
template: [
'<p class="repo-language">{{language}}</p>',
'<p class="repo-name">{{name}}</p>',
'<p class="repo-description">{{description}}</p>'
].join(''),
engine: Hogan
});
@sfss5362
Copy link

11111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment