Skip to content

Instantly share code, notes, and snippets.

@gt-gist
Created January 10, 2013 09:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gt-gist/4500718 to your computer and use it in GitHub Desktop.
Save gt-gist/4500718 to your computer and use it in GitHub Desktop.
Meteor: autocomplete text by bootstrap typeahead
Template.myform.rendered = function () {
return Meteor.defer(function () {
return $('.item-select').typeahead({
source: items
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment