Search code examples
javascriptangularjstwitter-bootstrapangular-bootstrap

Angular Typeahead - Static Array : Not working as expected


I picked the code from the angular bootstrap type-ahead folder and tweaked it to include the library dependencies.

type-ahead

When I launch the html, the model seems to be correctly bound but the typeahead suggestions are not showing up as it is in the documentation.

I seem to be missing something.

My Code here.

Thanks! Sam


Solution

  • Look at this plnker. It works with the same details.

    Plnkr