Simple Typeahead

A typeahead example that gets values from a static string
Model: {{ model | json }}

Formatted results

A typeahead example that uses a formatter function for string results

Model: {{ model | json }}

Wikipedia search

A typeahead example that gets values from the WikipediaService
searching...

Model: {{ model2 | json }}

Template for results

A typeahead example that uses custom template for results display and uses object as a model
{{ r.name}}
Model: {{ model4 | json }}