Skip to content

Instantly share code, notes, and snippets.

@the-teacher
Created June 7, 2013 04:50
Show Gist options
  • Save the-teacher/5727125 to your computer and use it in GitHub Desktop.
Save the-teacher/5727125 to your computer and use it in GitHub Desktop.
autocomplite source example
class @App
@kb_suggest = (request, response) ->
response [{
label: 'label'
value: 'key'
}]
$('#landing_iata_one').autocomplete
source: App.kb_suggest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment