Created
June 7, 2013 04:50
-
-
Save the-teacher/5727125 to your computer and use it in GitHub Desktop.
autocomplite source 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
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