lang="en-US"> Angular UI Autocomplete Directive using Typeahead — NO JQUERY –  Design1online.com, LLC

You may also like...

7 Responses

  1. Steve Czajkowski says:

    hi. am trying to get this to work. did you change the code or something? Your other type ahead plunk works but you didn’t expose the code so i can’t compare. With this example if you start typing in a country like Andorra, nothing happens (no dropdown with candidates) Can you advise what i could adjust to make it work? Thanks Steve C

    • Jade says:

      Hi Steve, this example makes an api call to a countries service and is on a demo account so once it reaches the limit on api calls it stops retuning data to the angular code in my plunker. You can either make your own account on the service or use a different one. Sorry I’ve been meaning to change it but I haven’t had a chance yet.

  2. Steve Czajkowski says:

    jade, thanks so much for the quick response. i think it is something else. i made my own account and retried it. it’s more like the type-ahead functionality isn’t being called at all

  3. X says:

    Doesn’t work

    • Jade says:

      This has been having issues with the API response coming back — if there’s no API response then you’re right it doesn’t work.

  4. Y says:

    Can you explain how this is supposed to work and what the format of the object is that is expected from the API response? If the API response object is documented then people can mock it up to try without needing to hit your api.geonames account.

    How does prefetch work for example. People who are new will need that explained.

Leave a Reply to X Cancel reply